mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
wownero: only 3 conf required
This commit is contained in:
parent
75ad5a5b4d
commit
2d243fc310
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@ class WOWInterface(XMRInterface):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def exp() -> int:
|
def exp() -> int:
|
||||||
return 11
|
return 11
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def depth_spendable() -> int:
|
||||||
|
return 3
|
||||||
|
|
Loading…
Reference in a new issue