We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7cefd commit 8138c1aCopy full SHA for 8138c1a
packages/bitcore-lib/lib/transaction/input/multisig.js
@@ -121,7 +121,7 @@ MultiSigInput.prototype._updateScript = function() {
121
122
MultiSigInput.prototype._createSignatures = function() {
123
return _.map(
124
- this.signatures.filter(signature => { return !_.isUndefined(signature); }),
+ this.signatures.filter(signature => !_.isUndefined(signature)),
125
// Future signature types may need refactor of toDER
126
function(signature) {
127
return BufferUtil.concat([
0 commit comments