Skip to content

Commit

Permalink
fix proto lint err
Browse files Browse the repository at this point in the history
  • Loading branch information
trestinlsd committed Nov 8, 2024
1 parent e12aba0 commit 033aaa3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions proto/exocore/operator/v1/validator.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ syntax = "proto3";
package exocore.operator.v1;

import "amino/amino.proto";
import "cosmos_proto/cosmos.proto";
import "cosmos/staking/v1beta1/staking.proto";
import "cosmos_proto/cosmos.proto";
import "gogoproto/gogo.proto";
import "google/protobuf/any.proto";
import "google/protobuf/timestamp.proto";
Expand Down Expand Up @@ -54,7 +54,7 @@ message Validator {
// commission defines the commission parameters.
cosmos.staking.v1beta1.Commission commission = 10 [(gogoproto.nullable) = false, (amino.dont_omitempty) = true];

// strictly positive if this validator's unbonding has been stopped by external modules
// strictly positive if this validator's unbonding has been stopped by external modules
int64 unbonding_on_hold_ref_count = 11;

// list of unbonding ids, each uniquely identifing an unbonding of this validator
Expand Down
16 changes: 8 additions & 8 deletions x/operator/types/validator.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 033aaa3

Please sign in to comment.