diff options
author | glozow <gloriajzhao@gmail.com> | 2021-07-20 11:49:43 +0100 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2022-06-23 14:39:47 +0100 |
commit | e866f0d0666664885d4c15c79bf59cc59975887a (patch) | |
tree | 1a76d13330f23124438a4d6fffa93eb6c4eb1efc /test/functional/test_runner.py | |
parent | fa076515b07ac4b10b2134e323bf4f56be5996a8 (diff) |
[functional test] submitrawpackage RPC
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 40e08c3f1f..c388c2cca3 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -130,6 +130,7 @@ BASE_SCRIPTS = [ 'wallet_address_types.py --descriptors', 'feature_bip68_sequence.py', 'p2p_feefilter.py', + 'rpc_packages.py', 'feature_reindex.py', 'feature_abortnode.py', # vv Tests less than 30s vv @@ -230,7 +231,6 @@ BASE_SCRIPTS = [ 'mempool_packages.py', 'mempool_package_onemore.py', 'rpc_createmultisig.py', - 'rpc_packages.py', 'mempool_package_limits.py', 'feature_versionbits_warning.py', 'rpc_preciousblock.py', |