Skip to content

Commit f7e4ec7

Browse files
committed
version
1 parent 9101668 commit f7e4ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/stablestake/module.go

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

149149
// ConsensusVersion is a sequence number for state-breaking change of the module. It should be incremented on each consensus-breaking change introduced by the module. To avoid wrong/empty versions, the initial version should be set to 1
150-
func (AppModule) ConsensusVersion() uint64 { return 10 }
150+
func (AppModule) ConsensusVersion() uint64 { return 9 }
151151

152152
// BeginBlock contains the logic that is automatically triggered at the beginning of each block
153153
func (am AppModule) BeginBlock(goCtx context.Context) error {

0 commit comments

Comments
 (0)