This commit is contained in:
callebtc
2022-10-05 20:07:11 +02:00
parent 89ebac1c23
commit 792b4566ee
7 changed files with 25 additions and 58 deletions

View File

@@ -20,7 +20,8 @@ from cashu.core.base import Proof
from cashu.core.bolt11 import Invoice
from cashu.core.helpers import fee_reserve
from cashu.core.migrations import migrate_databases
from cashu.core.settings import CASHU_DIR, DEBUG, ENV_FILE, LIGHTNING, MINT_URL, VERSION
from cashu.core.settings import (CASHU_DIR, DEBUG, ENV_FILE, LIGHTNING,
MINT_URL, VERSION)
from cashu.wallet import migrations
from cashu.wallet.crud import get_reserved_proofs, get_unused_locks
from cashu.wallet.wallet import Wallet as Wallet