From fadc4c72723d67a59d80d843c85b090ae22b463b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 20 Sep 2021 14:41:32 +0200 Subject: test: Add txindex migration test --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 916cd94b79..fe974a1122 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -296,6 +296,7 @@ BASE_SCRIPTS = [ 'rpc_deriveaddresses.py --usecli', 'p2p_ping.py', 'rpc_scantxoutset.py', + 'feature_txindex_compatibility.py', 'feature_logging.py', 'feature_anchors.py', 'feature_coinstatsindex.py', -- cgit v1.2.3