list admin swaps + payment state fixes
This commit is contained in:
parent
0a385188ae
commit
008d11d047
15 changed files with 192 additions and 36 deletions
|
|
@ -490,6 +490,9 @@ message PaymentState{
|
|||
int64 amount = 2;
|
||||
int64 service_fee = 3;
|
||||
int64 network_fee = 4;
|
||||
bool internal = 5;
|
||||
string operation_id = 6;
|
||||
|
||||
}
|
||||
|
||||
message LnurlLinkResponse{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue