diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2022-11-29 19:23:03 +0100 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2022-12-09 11:54:29 +0100 |
commit | fa7d71acccab4e5b416c9dd1e2080a9652107f84 (patch) | |
tree | df6c11110b1dc47d491062fa922329664f57ec50 /test/functional/test_runner.py | |
parent | fa933d6985830382c7e2da740bc363bf6a52c4ae (diff) |
test: Move rpc_fundrawtransaction.py to wallet_fundrawtransaction.py
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 747982153f..31b308546d 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', |