Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
expertdicer committed Jul 30, 2023
1 parent a16555a commit 31f67fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ func findMatchingClient(ctx context.Context, src, dst *Chain, newClientState ibc
clientsResp, err = src.ChainProvider.QueryClients(ctx)
src.log.Info(
"For fun",
zap.Any("clientsResp", clientsResp[0].ClientId),
zap.Any("clientsResp", clientsResp.Len()),
)
if err != nil {
return err
Expand Down

0 comments on commit 31f67fb

Please sign in to comment.