You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I query a client using clientUtils.QueryClientStateABCI it is returned properly, but it doesn't show up in the return of the clientTypes.QueryClient.ClientStates for some reason. Only the localhost client is returned.
The text was updated successfully, but these errors were encountered:
have you checked if the pagination values are sufficient? Maybe the query is being done at the wrong height? Could you point me to where this is used in the relayer?
If I query a client using
clientUtils.QueryClientStateABCI
it is returned properly, but it doesn't show up in the return of theclientTypes.QueryClient.ClientStates
for some reason. Only thelocalhost
client is returned.The text was updated successfully, but these errors were encountered: