mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-31 15:59:28 +00:00
Merge pull request #110 from nahuhh/wowconf
wownero: only 3 confirmations required
This commit is contained in:
commit
1d58dfdc94
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@ class WOWInterface(XMRInterface):
|
|||
@staticmethod
|
||||
def exp() -> int:
|
||||
return 11
|
||||
|
||||
@staticmethod
|
||||
def depth_spendable() -> int:
|
||||
return 3
|
||||
|
|
Loading…
Reference in a new issue