From 0b1280d925a33fced57759956f100362d3331a69 Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <6098974-kittywhiskers@users.noreply.gitlab.com> Date: Tue, 9 Mar 2021 20:35:20 +0530 Subject: [PATCH] Merge #17812: move asmap code earlier in init process https://github.com/bitcoin/bitcoin/pull/17812/commits/1ba3e1cc21150abe632a5b82a1a38998b33815dc --- test/functional/test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 448e03af983aa..42db72bf51112 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -93,7 +93,6 @@ 'rpc_txoutproof.py', 'wallet_listreceivedby.py', 'wallet_abandonconflict.py', - 'feature_asmap.py', 'feature_csv_activation.py', 'rpc_rawtransaction.py', 'feature_reindex.py', @@ -168,6 +167,7 @@ 'feature_dip0020_activation.py', 'feature_uacomment.py', 'p2p_unrequested_blocks.py', + 'feature_asmap.py', 'feature_logging.py', 'p2p_node_network_limited.py', 'feature_blocksdir.py',