Testcase for wallet issue with orphaned rewards.

This adds a new test case demonstrating the wallet issue when block
rewards are orphaned (https://github.com/bitcoin/bitcoin/issues/14148).
This commit is contained in:
Daniel Kraft
2020-04-28 09:26:09 +02:00
parent e3d644a127
commit e4356f6a6c
2 changed files with 62 additions and 0 deletions

View File

@@ -283,6 +283,7 @@ BASE_SCRIPTS = [
'feature_logging.py',
'feature_anchors.py',
'feature_coinstatsindex.py',
'wallet_orphanedreward.py',
'p2p_node_network_limited.py',
'p2p_permissions.py',
'feature_blocksdir.py',