fix: rebase issues
This commit is contained in:
parent
191124d8fc
commit
ffcff3f441
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ 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_config,
|
||||||
create_fresh_addresses,
|
create_fresh_addresses,
|
||||||
create_watch_wallet,
|
create_watch_wallet,
|
||||||
delete_addresses_for_wallet,
|
delete_addresses_for_wallet,
|
||||||
|
|
@ -23,6 +24,7 @@ from .crud import (
|
||||||
get_watch_wallet,
|
get_watch_wallet,
|
||||||
get_watch_wallets,
|
get_watch_wallets,
|
||||||
update_address,
|
update_address,
|
||||||
|
update_config,
|
||||||
update_watch_wallet,
|
update_watch_wallet,
|
||||||
)
|
)
|
||||||
from .helpers import parse_key
|
from .helpers import parse_key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue