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

@ -1977,6 +1977,11 @@ message StaticAddressLoopInSwap {
fees.
*/
int64 payment_request_amount_satoshis = 5;
/*
The deposits that were used for this swap.
*/
repeated Deposit deposits = 6;
}
enum StaticAddressLoopInSwapState {