Skip to content

Commit 34df503

Browse files
committed
tests: fix should warn fee fail
1 parent 8d688c3 commit 34df503

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/transaction_builder.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@ describe('TransactionBuilder', function () {
500500
'194a565cd6aa4cc38b8eaffa343402201c5b4b61d73fa38e49c1ee68cc0e6dfd2f5dae453dd86eb142e87a' +
501501
'0bafb1bc8401210283409659355b6d1cc3c32decd5d561abaac86c37a353b52895a5e6c196d6f44800000000'
502502
var txb = TransactionBuilder.fromTransaction(Transaction.fromHex(rawtx))
503-
txb.inputs[0].value = 81530
504-
txb.inputs[1].value = 81530
505-
txb.inputs[2].value = 88920
506-
txb.inputs[3].value = 88920
503+
txb.inputs[0].value = 241530
504+
txb.inputs[1].value = 241530
505+
txb.inputs[2].value = 248920
506+
txb.inputs[3].value = 248920
507507

508508
assert.throws(function () {
509509
txb.build()

0 commit comments

Comments
 (0)