Skip to content

Commit 0cfc88d

Browse files
authored
Merge pull request bitcoinjs#1309 from rlaace423/patch-1
Update transactions.js
2 parents 1d73823 + 53b8f96 commit 0cfc88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/transactions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('bitcoinjs-lib (transactions)', function () {
6464
txb.addInput(unspent1.txId, unspent1.vout) // alice2 unspent
6565
txb.addOutput('mwCwTceJvYV27KXBc3NJZys6CjsgsoeHmf', 8e4) // the actual "spend"
6666
txb.addOutput(aliceCpkh.address, 1e4) // Alice's change
67-
// (in)(4e4 + 2e4) - (out)(1e4 + 3e4) = (fee)2e4 = 20000, this is the miner fee
67+
// (in)(5e4 + 7e4) - (out)(8e4 + 1e4) = (fee)3e4 = 30000, this is the miner fee
6868

6969
// Alice signs each input with the respective private keys
7070
txb.sign(0, alice1)

0 commit comments

Comments
 (0)