We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d73823 + 53b8f96 commit 0cfc88dCopy full SHA for 0cfc88d
test/integration/transactions.js
@@ -64,7 +64,7 @@ describe('bitcoinjs-lib (transactions)', function () {
64
txb.addInput(unspent1.txId, unspent1.vout) // alice2 unspent
65
txb.addOutput('mwCwTceJvYV27KXBc3NJZys6CjsgsoeHmf', 8e4) // the actual "spend"
66
txb.addOutput(aliceCpkh.address, 1e4) // Alice's change
67
- // (in)(4e4 + 2e4) - (out)(1e4 + 3e4) = (fee)2e4 = 20000, this is the miner fee
+ // (in)(5e4 + 7e4) - (out)(8e4 + 1e4) = (fee)3e4 = 30000, this is the miner fee
68
69
// Alice signs each input with the respective private keys
70
txb.sign(0, alice1)
0 commit comments