mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
staticaddr: show deposits as part of cli swap output
This commit is contained in:
parent
a41334dd3d
commit
b2a4d7af2d
5 changed files with 512 additions and 427 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue