Skip to content

Commit

Permalink
fix: update query path for getAnchor
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed Apr 9, 2024
1 parent 8e69c0d commit 1469d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/chains/penumbra/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1469d9a

Please sign in to comment.