mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Merge pull request #110 from nahuhh/wowconf
wownero: only 3 confirmations required
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user