Skip to content

Commit

Permalink
asset version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiujiteiro committed Aug 12, 2022
1 parent c8fb3ee commit 43b79fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/asset/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.Raw
}

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

// BeginBlock executes all ABCI BeginBlock logic respective to the capability module.
func (am AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) {}
Expand Down

0 comments on commit 43b79fe

Please sign in to comment.