mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 03:53:22 +02:00
deprecate totalFee argument in bumpfee RPC call
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user