From 2d243fc31057399c9aed8b6e36ac8ea9079ee8b3 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:00:38 +0000 Subject: [PATCH] wownero: only 3 conf required --- basicswap/interface/wow.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/basicswap/interface/wow.py b/basicswap/interface/wow.py index 94df954..2156e23 100644 --- a/basicswap/interface/wow.py +++ b/basicswap/interface/wow.py @@ -25,3 +25,7 @@ class WOWInterface(XMRInterface): @staticmethod def exp() -> int: return 11 + + @staticmethod + def depth_spendable() -> int: + return 3