Skip to content

Commit

Permalink
fix tools
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Nov 1, 2024
1 parent cec3472 commit 19b738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test-framework/src/relayer/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ where
&self,
request: QueryNextSequenceReceiveRequest,
include_proof: IncludeProof,
) -> Result<(Sequence, Option<MerkleProof>), Error> {
) -> Result<(Sequence, Option<(MerkleProof, Height)>), Error> {
self.value()
.query_next_sequence_receive(request, include_proof)
}
Expand Down

0 comments on commit 19b738a

Please sign in to comment.