Skip to content

Commit 772b52e

Browse files
svyatonikbkchr
authored andcommitted
fix spelling (#1167)
1 parent f3eefc9 commit 772b52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridges/modules/ethereum/src/verification.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ fn verify_empty_step(parent_hash: &H256, step: &SealedEmptyStep, validators: &[A
332332
verify_signature(&expected_validator, &step.signature, &message)
333333
}
334334

335-
/// Chain scoring: total weight is sqrt(U256::max_value())*height - step
335+
/// Chain scoring: total `weight is sqrt(U256::max_value())*height - step`.
336336
pub(crate) fn calculate_score(
337337
parent_step: u64,
338338
current_step: u64,

0 commit comments

Comments
 (0)