Skip to content

Commit

Permalink
add issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Apr 3, 2024
1 parent c7bf3d8 commit dc1a85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions proto/observer/ballot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ enum BallotStatus {
BallotInProgress = 2;
}

// https://github.com/zeta-chain/node/issues/939
message Ballot {
string index = 1;
string ballot_identifier = 2;
Expand Down
1 change: 1 addition & 0 deletions x/observer/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func validateAdminPolicy(i interface{}) error {
return nil
}

// https://github.com/zeta-chain/node/issues/1983
func validateBallotMaturityBlocks(i interface{}) error {
_, ok := i.(int64)
if !ok {
Expand Down

0 comments on commit dc1a85e

Please sign in to comment.