mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 18:44:20 +01:00
test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user