mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 14:51:29 +02:00
[prep/test] make wallet_fundrawtransaction's minrelaytxfee assumption explicit
Github-Pull: #33106
Rebased-From: 2e515d2897
This commit is contained in:
@@ -44,6 +44,10 @@ class RawTransactionsTest(BitcoinTestFramework):
|
|||||||
|
|
||||||
def set_test_params(self):
|
def set_test_params(self):
|
||||||
self.num_nodes = 4
|
self.num_nodes = 4
|
||||||
|
self.extra_args = [[
|
||||||
|
"-deprecatedrpc=settxfee",
|
||||||
|
"-minrelaytxfee=0.00001000",
|
||||||
|
] for i in range(self.num_nodes)]
|
||||||
self.setup_clean_chain = True
|
self.setup_clean_chain = True
|
||||||
# whitelist peers to speed up tx relay / mempool sync
|
# whitelist peers to speed up tx relay / mempool sync
|
||||||
self.noban_tx_relay = True
|
self.noban_tx_relay = True
|
||||||
|
Reference in New Issue
Block a user