diff --git a/core/Contract.proto b/core/Contract.proto index e0b109d3634..129d6dc6f61 100644 --- a/core/Contract.proto +++ b/core/Contract.proto @@ -104,5 +104,5 @@ message DeployContract { message FreezeBalanceContract { int64 frozen_balance = 1; - int64 frozen_duration 2; + int64 frozen_duration = 2; }