From fa9112aac07dc371bfda437d40eb1b841f36f392 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 2 Feb 2022 13:23:02 +0100 Subject: Remove utxo db upgrade code --- 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 b0f24e3b97..93bd61bac1 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -307,6 +307,7 @@ BASE_SCRIPTS = [ 'p2p_ping.py', 'rpc_scantxoutset.py', 'feature_txindex_compatibility.py', + 'feature_unsupported_utxo_db.py', 'feature_logging.py', 'feature_anchors.py', 'feature_coinstatsindex.py --legacy-wallet', -- cgit v1.2.3