Merge pull request #334 from nahuhh/pr/wow_confs

wow: coins unlock after 4 confirmations
This commit is contained in:
Gerlof van Ek
2025-07-12 17:40:42 +02:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ class WOWInterface(XMRInterface):
@staticmethod
def depth_spendable() -> int:
return 3
return 4
# below only needed until wow is rebased to monero v0.18.4.0+
def openWallet(self, filename):