diff --git a/network/relayer/config/config.yaml b/network/relayer/config/config.yaml index 29217aa..2573cd0 100644 --- a/network/relayer/config/config.yaml +++ b/network/relayer/config/config.yaml @@ -40,8 +40,8 @@ paths: connection-id: connection-0 dst: chain-id: osmo-test-4 - client-id: 07-tendermint-2222 - connection-id: connection-1747 + client-id: 07-tendermint-2230 + connection-id: connection-1755 src-channel-filter: rule: "" channel-list: [] diff --git a/x/query/keeper/msg_server_interquery.go b/x/query/keeper/msg_server_interquery.go index fe65e52..c3a7b56 100644 --- a/x/query/keeper/msg_server_interquery.go +++ b/x/query/keeper/msg_server_interquery.go @@ -94,7 +94,7 @@ func (k msgServer) CreateInterqueryResult(goCtx context.Context, msg *types.MsgC return nil, fmt.Errorf("unable to fetch consensus state for (client id: %s) (msg height: %d) (revision height: %d + revision number: %d)", connection.ClientId, msg.Height, height.GetRevisionHeight(), height.GetRevisionNumber()) } - path := commitmenttypes.NewMerklePath([]string{pathList[1], url.PathEscape(string(interquery.Key))}...) + path := commitmenttypes.NewMerklePath([]string{pathList[2], url.PathEscape(string(interquery.Key))}...) merkleProof, err := commitmenttypes.ConvertProofs(msg.Proof) if err != nil {