Skip to content

Commit 4a5b888

Browse files
committed
feat(freezeV2): modify CancelAllUnfreezeV2 return info
1 parent a8a4f72 commit 4a5b888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/protos/core/Tron.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ message Transaction {
423423
bytes orderId = 25;
424424
repeated MarketOrderDetail orderDetails = 26;
425425
int64 withdraw_expire_amount = 27;
426-
int64 cancel_all_unfreezeV2_amount = 28;
426+
map<string, int64> cancel_unfreezeV2_amount = 28;
427427
}
428428

429429
message raw {
@@ -484,7 +484,7 @@ message TransactionInfo {
484484
int64 packingFee = 27;
485485

486486
int64 withdraw_expire_amount = 28;
487-
int64 cancel_all_unfreezeV2_amount = 29;
487+
map<string, int64> cancel_unfreezeV2_amount = 29;
488488
}
489489

490490
message TransactionRet {

0 commit comments

Comments
 (0)