Skip to content

Commit

Permalink
penumbra: use ibc-data prefix in QueryTendermintProof
Browse files Browse the repository at this point in the history
  • Loading branch information
avahowell committed Dec 12, 2023
1 parent 7f03bc7 commit 26d9be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions relayer/chains/penumbra/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ func (cc *PenumbraProvider) QueryTendermintProof(ctx context.Context, height int
height--
}

key = append([]byte("ibc-data/"), key...)

cc.log.Debug("Querying K/V", zap.String("ChainId", cc.ChainId()), zap.Int64("Height", height), zap.String("Key", string(key)))
req := abci.RequestQuery{
Path: "state/key",
Expand Down

0 comments on commit 26d9be0

Please sign in to comment.