From 0808a7502438cf0eae3c4fc80bb7aac177befaa8 Mon Sep 17 00:00:00 2001 From: oxf71 <144757737+oxf71@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:27:53 +0800 Subject: [PATCH] style: format --- x/bitcoinindexer/module.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/bitcoinindexer/module.go b/x/bitcoinindexer/module.go index 6c2575b089..763021f916 100644 --- a/x/bitcoinindexer/module.go +++ b/x/bitcoinindexer/module.go @@ -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