Skip to content

Commit

Permalink
fixup: CHP as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jul 11, 2023
1 parent f3c80e3 commit 0992775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/cli/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func fetchPeerstore(cmd *cobra.Command) (typesP2P.Peerstore, error) {
if err != nil {
return nil, errors.New("retrieving peerstore provider")
}
currentHeightProvider, err := modulesRegistry.GetModule(current_height_provider.ModuleName)
currentHeightProvider, err := modulesRegistry.GetModule(current_height_provider.CurrentHeightProviderSubmoduleName)
if err != nil {
return nil, errors.New("retrieving currentHeightProvider")
}
Expand Down

0 comments on commit 0992775

Please sign in to comment.