Skip to content

Commit

Permalink
test: rebase, wallets need more funds for higher fee limits (see #778)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Dec 22, 2022
1 parent d2be4f5 commit 2f027e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mempool-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ describe('Mempool', function() {
const mtx = new MTX();
mtx.locktime = chain.height + 1;
mtx.addInput(new Input());
mtx.addOutput(address, 100000);
mtx.addOutput(address, 1000000);
const cb = mtx.toTX();

const block = new Block();
Expand Down

0 comments on commit 2f027e9

Please sign in to comment.