mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-11 19:57:32 +00:00
undo change
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user