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.
This commit is contained in:
josibake
2021-08-12 15:38:28 +02:00
parent 35d928c632
commit 2ee406ce3e
2 changed files with 68 additions and 0 deletions

View File

@@ -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',