Skip to content

Commit

Permalink
Consensus version -> 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Aug 11, 2023
1 parent c089f9f commit f1c775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/x/gravity/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (AppModule) Name() string {

// ConsensusVersion implements AppModule/ConsensusVersion.
func (AppModule) ConsensusVersion() uint64 {
return 2
return 3
}

// RegisterInvariants implements app module
Expand Down

0 comments on commit f1c775c

Please sign in to comment.