Page MenuHomePhabricator

test: use MiniWallet for mining_prioritisetransaction.py
ClosedPublic

Authored by Fabien on Jul 11 2024, 14:28.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC8a5202b62d2d: test: use MiniWallet for mining_prioritisetransaction.py
Summary
This PR enables one more of the non-wallet functional tests (mining_prioritisetransaction.py) to be run even with the Bitcoin Code wallet by using the MiniWallet instead, as proposed in #20078. Note that the adapted helper function create_lots_of_big_transactions is currently only used in this test, i.e. there was no need to change any others.

Backport of core#24839.

Note that the test is slightly modified due to D1587, as gettransaction cannot be used anymore.

Test Plan
./test/functional/test_runner.py mempool_limit mining_prioritisetransaction

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable