From 221a06ba44d864faa8f07cbf4e5929ee907a792e Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Sat, 12 Jul 2025 04:04:58 +0000 Subject: [PATCH] wow: coins unlock after 4 confirmations --- basicswap/interface/wow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/interface/wow.py b/basicswap/interface/wow.py index 87dbc75..b58c0c8 100644 --- a/basicswap/interface/wow.py +++ b/basicswap/interface/wow.py @@ -29,7 +29,7 @@ class WOWInterface(XMRInterface): @staticmethod def depth_spendable() -> int: - return 3 + return 4 # below only needed until wow is rebased to monero v0.18.4.0+ def openWallet(self, filename):