mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
wow: coins unlock after 4 confirmations
This commit is contained in:
@@ -29,7 +29,7 @@ class WOWInterface(XMRInterface):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def depth_spendable() -> int:
|
def depth_spendable() -> int:
|
||||||
return 3
|
return 4
|
||||||
|
|
||||||
# below only needed until wow is rebased to monero v0.18.4.0+
|
# below only needed until wow is rebased to monero v0.18.4.0+
|
||||||
def openWallet(self, filename):
|
def openWallet(self, filename):
|
||||||
|
|||||||
Reference in New Issue
Block a user