uncomment part of TransactionBuilder test
This commit is contained in:
parent
dbaeb044e7
commit
992e1cfcfb
|
@ -194,7 +194,7 @@ describe('TransactionBuilder', function() {
|
|||
util.valueToBigInt(tx.outs[0].v).cmp(8000000).should.equal(0);
|
||||
|
||||
// remainder is 0.0299 here because unspent select utxos in order
|
||||
//util.valueToBigInt(tx.outs[1].v).cmp(new bignum(2990000)).should.equal(0);
|
||||
util.valueToBigInt(tx.outs[1].v).cmp(2990000).should.equal(0);
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue