test in Txproposals working again
This commit is contained in:
parent
42c73f9a01
commit
5d2b50f77f
8 changed files with 72 additions and 47 deletions
|
|
@ -178,7 +178,7 @@ describe('TxProposal', function() {
|
|||
for(var i in keys){
|
||||
keys[i].toString('hex').should.equal(pubkeys[i].toString('hex'));
|
||||
}
|
||||
Buffer.isBuffer(info.scriptBuf).should.equal(true);
|
||||
Buffer.isBuffer(info.script.getBuffer()).should.equal(true);
|
||||
});
|
||||
it('#_updateSignedBy', function() {
|
||||
var txp = dummyProposal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue