Skip to content

Commit 093af08

Browse files
committed
!chore(x/authz): set consensus version to 3 to incorporate akash specific store changes
Signed-off-by: Artur Troian <troian@users.noreply.github.com>
1 parent 08c650f commit 093af08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/authz/module/module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.Raw
157157
}
158158

159159
// ConsensusVersion implements AppModule/ConsensusVersion.
160-
func (AppModule) ConsensusVersion() uint64 { return 2 }
160+
func (AppModule) ConsensusVersion() uint64 { return 3 }
161161

162162
// BeginBlock returns the begin blocker for the authz module.
163163
func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) {

0 commit comments

Comments
 (0)