From fa7d71acccab4e5b416c9dd1e2080a9652107f84 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 29 Nov 2022 19:23:03 +0100 Subject: [PATCH] test: Move rpc_fundrawtransaction.py to wallet_fundrawtransaction.py --- test/functional/test_runner.py | 4 ++-- ...rpc_fundrawtransaction.py => wallet_fundrawtransaction.py} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename test/functional/{rpc_fundrawtransaction.py => wallet_fundrawtransaction.py} (100%) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 747982153f9..31b308546d8 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -98,8 +98,8 @@ BASE_SCRIPTS = [ 'mining_getblocktemplate_longpoll.py', 'feature_maxuploadtarget.py', 'feature_block.py', - 'rpc_fundrawtransaction.py --legacy-wallet', - 'rpc_fundrawtransaction.py --descriptors', + 'wallet_fundrawtransaction.py --legacy-wallet', + 'wallet_fundrawtransaction.py --descriptors', 'p2p_compactblocks.py', 'p2p_compactblocks_blocksonly.py', 'feature_segwit.py --legacy-wallet', diff --git a/test/functional/rpc_fundrawtransaction.py b/test/functional/wallet_fundrawtransaction.py similarity index 100% rename from test/functional/rpc_fundrawtransaction.py rename to test/functional/wallet_fundrawtransaction.py