Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed May 30, 2024
1 parent 9c959eb commit 37ee02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/v2/cometbft/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"github.com/cometbft/cometbft/proxy"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"github.com/spf13/viper"

"cosmossdk.io/core/log"
"cosmossdk.io/core/transaction"
Expand Down Expand Up @@ -154,6 +153,7 @@ func (s *CometBFTServer[T]) Stop(_ context.Context) error {
}
return nil
}

// returns a function which returns the genesis doc from the genesis file.
func getGenDocProvider(cfg *cmtcfg.Config) func() (node.ChecksummedGenesisDoc, error) {
return func() (node.ChecksummedGenesisDoc, error) {
Expand Down

0 comments on commit 37ee02b

Please sign in to comment.