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,
|
signType: SCRIPT_TYPES.P2PKH,
|
||||||
|
|
||||||
pubkeys: [ourPubKey],
|
pubkeys: [ourPubKey],
|
||||||
signatures: [undefined],
|
signatures: [undefined]
|
||||||
maxSignatures: 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue