mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 06:21:53 +01:00
chore: code format
This commit is contained in:
parent
98366cfaf1
commit
23954b501f
2 changed files with 15 additions and 7 deletions
|
@ -75,8 +75,10 @@ async def update_watch_wallet(wallet_id: str, **kwargs) -> Optional[WalletAccoun
|
|||
async def delete_watch_wallet(wallet_id: str) -> None:
|
||||
await db.execute("DELETE FROM watchonly.wallets WHERE id = ?", (wallet_id,))
|
||||
|
||||
|
||||
########################ADDRESSES#######################
|
||||
|
||||
|
||||
async def get_fresh_address(wallet_id: str) -> Optional[Address]:
|
||||
# todo: move logic to views_api after satspay refactoring
|
||||
wallet = await get_watch_wallet(wallet_id)
|
||||
|
|
|
@ -6,16 +6,22 @@
|
|||
<a href="https://iancoleman.io/bip39/">https://iancoleman.io/bip39/</a>
|
||||
<small>
|
||||
<br />Created by,
|
||||
<a target="_blank" class="text-white" href="https://github.com/arcbtc">Ben Arc</a> (using,
|
||||
<a target="_blank" class="text-white" href="https://github.com/diybitcoinhardware/embit"
|
||||
<a target="_blank" class="text-white" href="https://github.com/arcbtc"
|
||||
>Ben Arc</a
|
||||
>
|
||||
(using,
|
||||
<a
|
||||
target="_blank"
|
||||
class="text-white"
|
||||
href="https://github.com/diybitcoinhardware/embit"
|
||||
>Embit</a
|
||||
></small
|
||||
>)
|
||||
</br>
|
||||
</br>
|
||||
<a target="_blank" href="/docs#/watchonly" class="text-white">Swagger REST API Documentation</a>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<a target="_blank" href="/docs#/watchonly" class="text-white"
|
||||
>Swagger REST API Documentation</a
|
||||
>
|
||||
</p>
|
||||
</q-card-section>
|
||||
|
||||
</q-card>
|
||||
|
|
Loading…
Add table
Reference in a new issue