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
commit 1d58dfdc94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,3 +25,7 @@ class WOWInterface(XMRInterface):
@staticmethod
def exp() -> int:
return 11
@staticmethod
def depth_spendable() -> int:
return 3