Merge pull request #110 from nahuhh/wowconf

wownero: only 3 confirmations required
This commit is contained in:
tecnovert
2024-08-26 14:56:29 +00:00
committed by GitHub

View File

@@ -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