Skip to content

Commit 86267e9

Browse files
committed
fixing module version
1 parent 0c1f7c5 commit 86267e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/amm/module.go

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

156156
// 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
157-
func (AppModule) ConsensusVersion() uint64 { return 13 }
157+
func (AppModule) ConsensusVersion() uint64 { return 14 }
158158

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

0 commit comments

Comments
 (0)