We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457cfb6 commit 2e515d2Copy full SHA for 2e515d2
test/functional/wallet_fundrawtransaction.py
@@ -43,7 +43,8 @@ class RawTransactionsTest(BitcoinTestFramework):
43
def set_test_params(self):
44
self.num_nodes = 4
45
self.extra_args = [[
46
- "-deprecatedrpc=settxfee"
+ "-deprecatedrpc=settxfee",
47
+ "-minrelaytxfee=0.00001000",
48
] for i in range(self.num_nodes)]
49
self.setup_clean_chain = True
50
# whitelist peers to speed up tx relay / mempool sync
0 commit comments