scripts: multisig naming consistency
This commit is contained in:
parent
433d9f1b18
commit
7227017b40
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function check (script, allowIncomplete) {
|
|||
|
||||
return chunks.slice(1).every(bscript.isCanonicalSignature)
|
||||
}
|
||||
check.toJSON = function () { return 'multi-sig input' }
|
||||
check.toJSON = function () { return 'multisig input' }
|
||||
|
||||
function encode (signatures, scriptPubKey) {
|
||||
typeforce([partialSignature], signatures)
|
||||
|
|
Loading…
Add table
Reference in a new issue