refactor(txb): maxSignatures is optional

This commit is contained in:
Daniel Cousens 2018-09-26 15:02:18 +10:00
parent 7c3d1f292d
commit c8ae86b9ce

View file

@ -371,8 +371,7 @@ function prepareInput (input, ourPubKey, redeemScript, witnessValue, witnessScri
signType: SCRIPT_TYPES.P2PKH,
pubkeys: [ourPubKey],
signatures: [undefined],
maxSignatures: 1
signatures: [undefined]
}
}