Skip to content

Commit

Permalink
feat(freezeV2): modify CancelAllUnfreezeV2 return info
Browse files Browse the repository at this point in the history
  • Loading branch information
lxcmyf committed Jun 16, 2023
1 parent 3c9632e commit 79fd36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ message Transaction {
bytes orderId = 25;
repeated MarketOrderDetail orderDetails = 26;
int64 withdraw_expire_amount = 27;
int64 cancel_all_unfreezeV2_amount = 28;
map<string, int64> cancel_unfreezeV2_amount = 28;
}

message raw {
Expand Down Expand Up @@ -484,7 +484,7 @@ message TransactionInfo {
int64 packingFee = 27;

int64 withdraw_expire_amount = 28;
int64 cancel_all_unfreezeV2_amount = 29;
map<string, int64> cancel_unfreezeV2_amount = 29;
}

message TransactionRet {
Expand Down

0 comments on commit 79fd36c

Please sign in to comment.