mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-22 19:34:18 +01:00
burn all spent tokens with cashu burn -a
This commit is contained in:
@@ -144,7 +144,7 @@ async def melt(payload: MeltPayload):
|
||||
|
||||
@app.post("/check")
|
||||
async def check_spendable(payload: CheckPayload):
|
||||
return {"spendable": await ledger.check_spendable(payload.proofs)}
|
||||
return await ledger.check_spendable(payload.proofs)
|
||||
|
||||
|
||||
@app.post("/split")
|
||||
|
||||
Reference in New Issue
Block a user