From 25163f38a71ffea4e56056c52b0e667a23cace39 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 24 Dec 2022 14:44:47 +0100 Subject: [PATCH] reset derivation path --- cashu/mint/startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/mint/startup.py b/cashu/mint/startup.py index 279fa3b..a006e07 100644 --- a/cashu/mint/startup.py +++ b/cashu/mint/startup.py @@ -16,7 +16,7 @@ ledger = Ledger( db=Database("mint", "data/mint"), seed=MINT_PRIVATE_KEY, # seed="asd", - derivation_path="0/0/0/1", + derivation_path="0/0/0/0", lightning=LNbitsWallet() if LIGHTNING else None, )