diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2019-05-09 16:31:57 -0400 |
---|---|---|
committer | Gregory Sanders <gsanders87@gmail.com> | 2019-07-26 14:09:03 -0400 |
commit | a92d9ce8cf355e18e43e1f207e4be9e42e7ec81a (patch) | |
tree | 57d81e6bc1ed406612b680e5a2a99025740ac4af /test/functional/wallet_bumpfee.py | |
parent | 4fcccdac785e09ad5627b3bf4811dfba353693e8 (diff) |
deprecate totalFee argument in bumpfee RPC call
Diffstat (limited to 'test/functional/wallet_bumpfee.py')
-rwxr-xr-x | test/functional/wallet_bumpfee.py | 1 |
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): |