Skip to content

Commit e40b49d

Browse files
Update beacon_node/beacon_chain/src/graffiti_calculator.rs
Co-authored-by: Michael Sproul <[email protected]>
1 parent 6e1c563 commit e40b49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/beacon_chain/src/graffiti_calculator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ mod tests {
409409
let harness = get_harness(VALIDATOR_COUNT, spec, None);
410410

411411
let graffiti_vec = vec![
412-
// less than 20 characters, example blow is 19 characters
412+
// less than 20 characters, example below is 19 characters
413413
"This is my graffiti",
414414
// 20-23 characters, example below is 22 characters
415415
"This is my graffiti yo",

0 commit comments

Comments
 (0)