deprecate totalFee argument in bumpfee RPC call

This commit is contained in:
Gregory Sanders
2019-05-09 16:31:57 -04:00
parent 4fcccdac78
commit a92d9ce8cf
2 changed files with 7 additions and 3 deletions

View File

@@ -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):