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