Skip to content

Commit 4e127d2

Browse files
committed
Update comment:
1 parent 43c1f64 commit 4e127d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

operator/mina/lib/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ fn check_pub_inputs(
9797
.first()
9898
.map(|state| state.hash())
9999
.ok_or("failed to retrieve root state hash".to_string())?;
100-
// Reconstructs the state hashes if the states form a chain. The iterator will be in the
101-
// reversed order of the public inputs one.
100+
// Reconstructs the state hashes if the states form a chain, and compares them to the public
101+
// input state hashes.
102102
let mut state_hash = candidate_root_state_hash;
103103
for (body_hash, expected_prev_state_hash) in proof
104104
.candidate_chain_states

0 commit comments

Comments
 (0)