aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorDaniel Kraft <d@domob.eu>2020-04-28 09:26:09 +0200
committerDaniel Kraft <d@domob.eu>2021-06-02 13:53:50 +0200
commite4356f6a6c18e5027a064a4d3a5deda27985f584 (patch)
treec8790e5acb52816fd247b668d657f34c08e9ab1b /test/functional/test_runner.py
parente3d644a127e1432fbaf1c9d719edb28301943c60 (diff)
downloadbitcoin-e4356f6a6c18e5027a064a4d3a5deda27985f584.tar.xz
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).
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 49f269f8b4..93a852ac79 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -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',