fix
This commit is contained in:
parent
cd52198d61
commit
6fea71be40
12 changed files with 4395 additions and 4353 deletions
|
|
@ -302,6 +302,7 @@ message PayInvoiceResponse{
|
|||
string operation_id = 3;
|
||||
int64 service_fee = 4;
|
||||
int64 network_fee = 5;
|
||||
int64 latest_balance = 6;
|
||||
}
|
||||
|
||||
message OpenChannelRequest{
|
||||
|
|
@ -416,6 +417,7 @@ message GetProductBuyLinkResponse {
|
|||
|
||||
message LiveUserOperation {
|
||||
UserOperation operation = 1;
|
||||
int64 latest_balance = 2;
|
||||
}
|
||||
message MigrationUpdate {
|
||||
optional ClosureMigration closure = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue