Browse Source

Expect the correct error to be thrown.

patch-2
David de Kloet 10 years ago
committed by Braydon Fuller
parent
commit
6729b38944
  1. 2
      test/transaction/transaction.js

2
test/transaction/transaction.js

@ -443,7 +443,7 @@ describe('Transaction', function() {
return transaction
.to(toAddress, 10000)
.change(changeAddress);
}, 'disableIsFullySigned', errors.Transaction.UnableToVerifySignature));
}, 'disableIsFullySigned', errors.Transaction.MissingSignatures));
it('can skip the check that avoids spending more bitcoins than the inputs for a transaction', buildSkipTest(
function(transaction) {
return transaction

Loading…
Cancel
Save