refactor(txb): maxSignatures is optional
This commit is contained in:
parent
7c3d1f292d
commit
c8ae86b9ce
1 changed files with 1 additions and 2 deletions
|
@ -371,8 +371,7 @@ function prepareInput (input, ourPubKey, redeemScript, witnessValue, witnessScri
|
|||
signType: SCRIPT_TYPES.P2PKH,
|
||||
|
||||
pubkeys: [ourPubKey],
|
||||
signatures: [undefined],
|
||||
maxSignatures: 1
|
||||
signatures: [undefined]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue