From 089b5757dff39a9a06cdb625aaced9beeb72958d Mon Sep 17 00:00:00 2001 From: glozow Date: Tue, 11 Jun 2024 14:04:35 +0100 Subject: [PATCH] rename mempool_accept_v3.py to mempool_truc.py --- test/functional/{mempool_accept_v3.py => mempool_truc.py} | 0 test/functional/test_runner.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/functional/{mempool_accept_v3.py => mempool_truc.py} (100%) diff --git a/test/functional/mempool_accept_v3.py b/test/functional/mempool_truc.py similarity index 100% rename from test/functional/mempool_accept_v3.py rename to test/functional/mempool_truc.py diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 8475dc5faa..a55e45fa15 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -266,7 +266,7 @@ BASE_SCRIPTS = [ 'p2p_v2_encrypted.py', 'p2p_v2_earlykeyresponse.py', 'example_test.py', - 'mempool_accept_v3.py', + 'mempool_truc.py', 'wallet_txn_doublespend.py --legacy-wallet', 'wallet_multisig_descriptor_psbt.py --descriptors', 'wallet_txn_doublespend.py --descriptors',