diff options
author | Jon Atack <jon@atack.com> | 2020-03-10 20:22:16 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-03-22 11:02:57 +0100 |
commit | bd05f96d79df1a1561f84850d777808f8575fb8b (patch) | |
tree | 918626e8077a0091a2122b9184360a1c5385e97c /test/functional/test_runner.py | |
parent | a6d1ab8caa63bd343207baa60edb705209f16fb4 (diff) |
test: delete wallet_bumpfee_totalfee_deprecation.py
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 7edb36c151..cab8e66e1f 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -183,7 +183,6 @@ BASE_SCRIPTS = [ 'rpc_bind.py --nonloopback', 'mining_basic.py', 'wallet_bumpfee.py', - 'wallet_bumpfee_totalfee_deprecation.py', 'wallet_implicitsegwit.py', 'rpc_named_arguments.py', 'wallet_listsinceblock.py', |