rewrite from scratch tests for TxProposalSet

This commit is contained in:
Matias Alejo Garcia 2014-07-31 23:32:24 -03:00
commit 42c73f9a01
6 changed files with 92 additions and 722 deletions

View file

@ -31,7 +31,7 @@ function FakeBuilder() {
i: 0 }];
this.vanilla = {
scriptSigs: [VALID_SCRIPTSIG_BUF],
scriptSig: [VALID_SCRIPTSIG_BUF],
}
}