staticaddr: show deposits as part of cli swap output

This commit is contained in:
Slyghtning 2025-08-12 13:45:51 +02:00
parent a41334dd3d
commit b2a4d7af2d
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
5 changed files with 512 additions and 427 deletions

View file

@ -1874,6 +1874,13 @@
"type": "string",
"format": "int64",
"description": "The invoiced swap amount. It is the swap amount minus the quoted server\nfees."
},
"deposits": {
"type": "array",
"items": {
"$ref": "#/definitions/looprpcDeposit"
},
"description": "The deposits that were used for this swap."
}
}
},