mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
[Wallet] DB optimization for faster payments (#250)
* get rid of redundant proof loads * fix test? * fix one test? * api: load_mint for invoice * clean up tests
This commit is contained in:
@@ -63,7 +63,7 @@ async def get_mint_wallet(ctx: Context):
|
||||
name=wallet.name,
|
||||
)
|
||||
# await mint_wallet.load_mint()
|
||||
await mint_wallet.load_proofs()
|
||||
await mint_wallet.load_proofs(reload=True)
|
||||
|
||||
return mint_wallet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user