Page MenuHomePhabricator

test: Remove MiniWallet mempool_valid option
ClosedPublic

Authored by Fabien on Dec 2 2022, 16:15.

Details

Reviewers
sdulfari
Group Reviewers
Restricted Project
Commits
rABC493af7ae840e: test: Remove MiniWallet mempool_valid option
Summary
It seems an unnecessary burden to force MiniWallet call-sites to figure out for each tx whether it is mempool valid or not. The result will only be used for internal sanity checks. So remove the option:

Backport of core#25356.

Depends on D12732.

Note: most tests are not converted to MiniWallet yet, but this change is trivial enough that it's not a problem.

Test Plan
ninja check-functional

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Dec 2 2022, 16:15
This revision is now accepted and ready to land.Dec 2 2022, 17:10