Skip to content

Commit

Permalink
Update domains/client/relayer/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dastan <[email protected]>
  • Loading branch information
NingLin-P and dastansam authored Apr 19, 2024
1 parent 19f3d3a commit ff17a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains/client/relayer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ where
let best_number = consensus_chain_client.info().best_number;

let (prove_at_number, prove_at_hash) = match dst_chain_id {
// The consensus chain will verify the MMR proof stateless with the MMR root
// The consensus chain will verify the MMR proof statelessly with the MMR root
// stored in the runtime, we need to generate the proof with the best block
// with the latest MMR root in the runtime so the proof will be valid as long
// as the MMR root is available when verifying the proof.
Expand Down

0 comments on commit ff17a5f

Please sign in to comment.