Skip to content

Commit

Permalink
upgrade consensus version
Browse files Browse the repository at this point in the history
  • Loading branch information
edjroz committed Jul 21, 2023
1 parent 6890422 commit ef9e3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/abstractaccount/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (am AppModule) RegisterServices(cfg module.Configurator) {
}

func (AppModule) ConsensusVersion() uint64 {
return 1
return 2
}

func (AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) {
Expand Down

0 comments on commit ef9e3f6

Please sign in to comment.