mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-22 03:24:18 +01:00
make format
This commit is contained in:
@@ -51,10 +51,10 @@ from cashu.wallet.wallet import Wallet as Wallet
|
|||||||
from .cli_helpers import (
|
from .cli_helpers import (
|
||||||
get_mint_wallet,
|
get_mint_wallet,
|
||||||
print_mint_balances,
|
print_mint_balances,
|
||||||
redeem_multimint,
|
|
||||||
verify_mints,
|
|
||||||
token_from_lnbits_link,
|
|
||||||
proofs_to_token,
|
proofs_to_token,
|
||||||
|
redeem_multimint,
|
||||||
|
token_from_lnbits_link,
|
||||||
|
verify_mints,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,12 @@
|
|||||||
import os
|
import os
|
||||||
|
import urllib.parse
|
||||||
|
|
||||||
import click
|
import click
|
||||||
|
|
||||||
from cashu.core.base import Proof, WalletKeyset, TokenJson, TokenMintJson
|
from cashu.core.base import Proof, TokenJson, TokenMintJson, WalletKeyset
|
||||||
from cashu.core.settings import CASHU_DIR
|
from cashu.core.settings import CASHU_DIR, MINT_URL
|
||||||
from cashu.wallet.crud import get_keyset
|
from cashu.wallet.crud import get_keyset
|
||||||
from cashu.wallet.wallet import Wallet as Wallet
|
from cashu.wallet.wallet import Wallet as Wallet
|
||||||
import urllib.parse
|
|
||||||
from cashu.core.settings import (
|
|
||||||
MINT_URL,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
async def verify_mints(ctx, dtoken):
|
async def verify_mints(ctx, dtoken):
|
||||||
|
|||||||
Reference in New Issue
Block a user