Skip to content

Commit 98ca8bc

Browse files
committed
QA: wallet_taproot: Workaround fee estimation limitation for sendall cleanup as well
(This is necessary to work properly after increasing the default wallet confirmation target)
1 parent 96ec3b6 commit 98ca8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_taproot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def do_test_sendtoaddress(self, comment, pattern, privmap, treefn, keys_pay, key
305305
assert rpc_online.gettransaction(res)["confirmations"] > 0
306306

307307
# Cleanup
308-
txid = rpc_online.sendall(recipients=[self.boring.getnewaddress()])["txid"]
308+
txid = rpc_online.sendall(recipients=[self.boring.getnewaddress()], fee_rate=200)["txid"]
309309
self.generatetoaddress(self.nodes[0], 1, self.boring.getnewaddress(), sync_fun=self.no_op)
310310
assert rpc_online.gettransaction(txid)["confirmations"] > 0
311311
rpc_online.unloadwallet()

0 commit comments

Comments
 (0)