This commit is contained in:
callebtc
2022-10-08 20:00:05 +02:00
parent 59aab85c6a
commit 45b8aa5fc0

View File

@@ -38,7 +38,7 @@ from cashu.mint.crud import (
class Ledger: class Ledger:
def __init__(self, secret_key: str, db: str, derivation_path=""): def __init__(self, secret_key: str, db: str, derivation_path="0"):
self.proofs_used: Set[str] = set() self.proofs_used: Set[str] = set()
self.master_key = secret_key self.master_key = secret_key
self.derivation_path = derivation_path self.derivation_path = derivation_path