From 45b8aa5fc08c8520ec432c49c0bd65c2825c493e Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 8 Oct 2022 20:00:05 +0200 Subject: [PATCH] test --- cashu/mint/ledger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/mint/ledger.py b/cashu/mint/ledger.py index 0813ce0..4c8e3dd 100644 --- a/cashu/mint/ledger.py +++ b/cashu/mint/ledger.py @@ -38,7 +38,7 @@ from cashu.mint.crud import ( 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.master_key = secret_key self.derivation_path = derivation_path