Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
oxf71 committed Nov 12, 2023
1 parent 435cc3c commit 0808a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/bitcoinindexer/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.Raw
}

// 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
// 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
func (AppModule) ConsensusVersion() uint64 { return 1 }

// BeginBlock contains the logic that is automatically triggered at the beginning of each block
Expand Down

0 comments on commit 0808a75

Please sign in to comment.