aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_bumpfee.py
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2019-05-09 16:31:57 -0400
committerGregory Sanders <gsanders87@gmail.com>2019-07-26 14:09:03 -0400
commita92d9ce8cf355e18e43e1f207e4be9e42e7ec81a (patch)
tree57d81e6bc1ed406612b680e5a2a99025740ac4af /test/functional/wallet_bumpfee.py
parent4fcccdac785e09ad5627b3bf4811dfba353693e8 (diff)
downloadbitcoin-a92d9ce8cf355e18e43e1f207e4be9e42e7ec81a.tar.xz
deprecate totalFee argument in bumpfee RPC call
Diffstat (limited to 'test/functional/wallet_bumpfee.py')
-rwxr-xr-xtest/functional/wallet_bumpfee.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/wallet_bumpfee.py b/test/functional/wallet_bumpfee.py
index 030eb50791..bfc01e3f5e 100755
--- a/test/functional/wallet_bumpfee.py
+++ b/test/functional/wallet_bumpfee.py
@@ -37,6 +37,7 @@ class BumpFeeTest(BitcoinTestFramework):
self.extra_args = [[
"-walletrbf={}".format(i),
"-mintxfee=0.00002",
+ "-deprecatedrpc=totalFee",
] for i in range(self.num_nodes)]
def skip_test_if_missing_module(self):