Skip to content

Commit

Permalink
chore: change naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlehtimaki committed Oct 30, 2023
1 parent 248f8b9 commit 248ac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ibc/ibc.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func GetClientsInfo(ibc *relayer.IBCdata, rpcs *map[string]config.RPC) (ClientsI
return clientsInfo, nil
}

func GetChannelInfo(ibc *relayer.IBCdata, rpcs *map[string]config.RPC) (ChannelsInfo, error) {
func GetChannelsInfo(ibc *relayer.IBCdata, rpcs *map[string]config.RPC) (ChannelsInfo, error) {
ctx := context.Background()
channelInfo := ChannelsInfo{}

Expand Down

0 comments on commit 248ac90

Please sign in to comment.