Skip to content

Commit

Permalink
chore: fix function name in comment (#590)
Browse files Browse the repository at this point in the history
Signed-off-by: hongkuang <liurenhong@outlook.com>
  • Loading branch information
HongKuang authored Dec 9, 2024
1 parent 2e414e4 commit 6095648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starship/registry/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (c *ChainClient) GetChainKeys(ctx context.Context) (*pb.Keys, error) {
return keys, nil
}

// getChannelPort returns the chains and the counterparty info
// getChannelsPorts returns the chains and the counterparty info
func (c *ChainClient) getChannelsPorts() ([]ChannelsInfo, error) {
querier := query.Query{Client: c.client, Options: query.DefaultOptions()}

Expand Down

0 comments on commit 6095648

Please sign in to comment.