remove errant argument to buildInput in __build
This commit is contained in:
parent
1d6b978aff
commit
eae2c57e73
3 changed files with 13 additions and 28 deletions
|
@ -399,7 +399,7 @@ function buildInput (input, allowIncomplete) {
|
|||
var sig = []
|
||||
var witness = []
|
||||
if (SIGNABLE.indexOf(scriptType) !== -1) {
|
||||
sig = buildStack(scriptType, input.signatures, input.pubKeys, input.script, allowIncomplete)
|
||||
sig = buildStack(scriptType, input.signatures, input.pubKeys, allowIncomplete)
|
||||
}
|
||||
|
||||
var p2sh = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue