aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorjosibake <josibake@protonmail.com>2021-08-12 15:38:28 +0200
committerjosibake <josibake@protonmail.com>2021-11-02 10:05:38 +0100
commit2ee406ce3e9c252734cb391d85044ac389c34279 (patch)
treee3c4dcda509da701bd70280a49e0d4965eab9c0d /test/functional/test_runner.py
parent35d928c63237e31c99215e2d9d84782befd618d5 (diff)
downloadbitcoin-2ee406ce3e9c252734cb391d85044ac389c34279.tar.xz
test: add functional test for deprecatedrpc=fees
Test for old fields when `-deprecatedrpc=fees` flag is passed and verify values in the deprecated fields match values in the fees sub-object.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 916cd94b79..2fc5d2c56e 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -309,6 +309,7 @@ BASE_SCRIPTS = [
'feature_presegwit_node_upgrade.py',
'feature_settings.py',
'rpc_getdescriptorinfo.py',
+ 'rpc_mempool_entry_fee_fields_deprecation.py',
'rpc_help.py',
'feature_help.py',
'feature_shutdown.py',