Skip to content

Commit

Permalink
Fix wallet_spend_unconfirmed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 30, 2024
1 parent c6a63c0 commit e1062fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/functional/wallet_spend_unconfirmed.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def set_test_params(self):
getcontext().prec=9
self.setup_clean_chain = True
self.num_nodes = 1
self.extra_args=[
["-mintxfee=0.000001", "-minrelaytxfee=0.000001", "-blockmintxfee=0.000001"]
]

def setup_and_fund_wallet(self, walletname):
self.nodes[0].createwallet(walletname)
Expand Down Expand Up @@ -470,7 +473,7 @@ def run_test(self):
self.log.info("Starting UnconfirmedInputTest!")
self.target_fee_rate = 30
self.def_wallet = self.nodes[0].get_wallet_rpc(self.default_wallet_name)
self.generate(self.nodes[0], 110)
self.generate(self.nodes[0], 2010)

self.test_target_feerate_confirmed()

Expand Down

0 comments on commit e1062fb

Please sign in to comment.