Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fix: invalid param
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Nov 28, 2023
1 parent 758ac66 commit 2660c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blobstream/query/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ func Signature() *cobra.Command {
}()

// create tm querier and app querier
tmQuerier, appQuerier, stops, err := common.NewTmAndAppQuerier(logger, config.coreRPC, config.coreRPC, config.grpcInsecure)
tmQuerier, appQuerier, stops, err := common.NewTmAndAppQuerier(logger, config.coreRPC, config.coreGRPC, config.grpcInsecure)
stopFuncs = append(stopFuncs, stops...)
if err != nil {
return err
Expand Down

0 comments on commit 2660c5a

Please sign in to comment.