diff --git a/relayer/chains/penumbra/tx.go b/relayer/chains/penumbra/tx.go index 2808435bf..b923a4fb2 100644 --- a/relayer/chains/penumbra/tx.go +++ b/relayer/chains/penumbra/tx.go @@ -261,7 +261,7 @@ func (cc *PenumbraProvider) getAnchor(ctx context.Context) (*penumbracrypto.Merk } // TODO: this will need to be replaced with an RPC call to the SCT query service once it exists - path := fmt.Sprintf("sct/tree/anchor/%d", height) + path := fmt.Sprintf("sct/tree/anchor_by_height/%d", height) req := abci.RequestQuery{ Path: "state/key",