undo change

This commit is contained in:
Shroominic
2025-08-03 16:02:37 -03:00
parent f91bed3532
commit 1fd4badff4
+1 -1
View File
@@ -89,7 +89,7 @@ async def refund_wallet_endpoint(
# TODO: choose currency and mint based on what user has configured
token = await send_token(remaining_balance_sats, "sat")
result = {"recipient": None, "msat": remaining_balance_msats, "token": token}
result = {"msats": remaining_balance_msats, "recipient": None, "token": token}
await session.delete(key)
await session.commit()