chore: code format
This commit is contained in:
@@ -6,7 +6,7 @@ from lnbits.core.services import create_invoice
|
|||||||
from lnbits.core.views.api import api_payment
|
from lnbits.core.views.api import api_payment
|
||||||
from lnbits.helpers import urlsafe_short_hash
|
from lnbits.helpers import urlsafe_short_hash
|
||||||
|
|
||||||
from ..watchonly.crud import get_fresh_address, get_config
|
from ..watchonly.crud import get_config, get_fresh_address
|
||||||
|
|
||||||
# from lnbits.db import open_ext_db
|
# from lnbits.db import open_ext_db
|
||||||
from . import db
|
from . import db
|
||||||
|
|||||||
@@ -13,17 +13,16 @@ from lnbits.decorators import WalletTypeInfo, get_key_type, require_admin_key
|
|||||||
from lnbits.extensions.watchonly import watchonly_ext
|
from lnbits.extensions.watchonly import watchonly_ext
|
||||||
|
|
||||||
from .crud import (
|
from .crud import (
|
||||||
|
create_fresh_addresses,
|
||||||
create_watch_wallet,
|
create_watch_wallet,
|
||||||
delete_addresses_for_wallet,
|
delete_addresses_for_wallet,
|
||||||
delete_watch_wallet,
|
delete_watch_wallet,
|
||||||
get_addresses,
|
get_addresses,
|
||||||
get_config,
|
get_config,
|
||||||
get_fresh_address,
|
get_fresh_address,
|
||||||
create_fresh_addresses,
|
|
||||||
update_address,
|
|
||||||
delete_addresses_for_wallet,
|
|
||||||
get_watch_wallet,
|
get_watch_wallet,
|
||||||
get_watch_wallets,
|
get_watch_wallets,
|
||||||
|
update_address,
|
||||||
update_watch_wallet,
|
update_watch_wallet,
|
||||||
)
|
)
|
||||||
from .helpers import parse_key
|
from .helpers import parse_key
|
||||||
|
|||||||
Reference in New Issue
Block a user