aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2019-05-13 10:09:57 +0200
committerGregory Sanders <gsanders87@gmail.com>2019-07-26 14:09:03 -0400
commit2f7eb772f6250442d4a0071318047cb2deeb31fa (patch)
tree939da48c55d76c1a033e5dac2fb0061f78a8f642 /test/functional/test_runner.py
parenta92d9ce8cf355e18e43e1f207e4be9e42e7ec81a (diff)
downloadbitcoin-2f7eb772f6250442d4a0071318047cb2deeb31fa.tar.xz
Add RPC bumpfee totalFee deprecation test
Next steps: remove `totalFee` from the wallet_bumpfee functional tests.
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 462547f44f..d83df5de3e 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -173,6 +173,7 @@ BASE_SCRIPTS = [
'rpc_bind.py --nonloopback',
'mining_basic.py',
'wallet_bumpfee.py',
+ 'wallet_bumpfee_totalfee_deprecation.py',
'rpc_named_arguments.py',
'wallet_listsinceblock.py',
'p2p_leak.py',