mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 21:45:19 +01:00
Remove uuid from /order/<uuid>/bump response
The uuid is already a request parameter, so no need to include it in the response.
This commit is contained in:
parent
73f7254c6a
commit
31b0d5fa17
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ class BumpOrderResource(Resource):
|
|||
|
||||
return {
|
||||
'auth_token': order_helpers.compute_auth_token(uuid),
|
||||
'uuid': uuid,
|
||||
'lightning_invoice': json.loads(invoice.invoice)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue