Skip to content

Commit 6095648

Browse files
authored
chore: fix function name in comment (#590)
Signed-off-by: hongkuang <liurenhong@outlook.com>
1 parent 2e414e4 commit 6095648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starship/registry/chain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func (c *ChainClient) GetChainKeys(ctx context.Context) (*pb.Keys, error) {
209209
return keys, nil
210210
}
211211

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

0 commit comments

Comments
 (0)