add more tests and fix some bugs
This commit is contained in:
parent
fabc8aac85
commit
697dea673a
6 changed files with 129 additions and 27 deletions
|
|
@ -395,6 +395,7 @@ var _dumpChunks = function (scriptSig, label) {
|
|||
tx = w.txps[k].builder.build();
|
||||
tx.isComplete().should.equal(false);
|
||||
tx.countInputMissingSignatures(0).should.equal(1);
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue