diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-05-25 01:59:23 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-05-27 17:29:04 +0200 |
commit | 387ae8bc09ac211af4a4e45ea4ff22518d541d0b (patch) | |
tree | 1850798bbe6d9c9277b67c4a7f4ace1af041707e /test/functional/test_runner.py | |
parent | 345457b542b6a980ccfbc868af0970a6f91d1b82 (diff) |
rpc: remove deprecated fee fields from mempool entries
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 0b244e94fb..13b997a6f1 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -328,7 +328,6 @@ BASE_SCRIPTS = [ 'feature_presegwit_node_upgrade.py', 'feature_settings.py', 'rpc_getdescriptorinfo.py', - 'rpc_mempool_entry_fee_fields_deprecation.py', 'rpc_mempool_info.py', 'rpc_help.py', 'feature_dirsymlinks.py', |