From bdd1b90aeb3b53b183220d63de8ebd9531ea4601 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:10:45 +0200 Subject: [PATCH] reset derivation path --- cashu/mint/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/mint/__init__.py b/cashu/mint/__init__.py index 066cf19..cfe9d4c 100644 --- a/cashu/mint/__init__.py +++ b/cashu/mint/__init__.py @@ -1,4 +1,4 @@ from cashu.core.settings import MINT_PRIVATE_KEY from cashu.mint.ledger import Ledger -ledger = Ledger(MINT_PRIVATE_KEY, "data/mint", derivation_path="0") +ledger = Ledger(MINT_PRIVATE_KEY, "data/mint")