diff --git a/core/Tron.proto b/core/Tron.proto index f52c21162..05f8b990c 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -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 cancel_unfreezeV2_amount = 28; } message raw { @@ -484,7 +484,7 @@ message TransactionInfo { int64 packingFee = 27; int64 withdraw_expire_amount = 28; - int64 cancel_all_unfreezeV2_amount = 29; + map cancel_unfreezeV2_amount = 29; } message TransactionRet {