Skip to content

Commit 737752e

Browse files
committed
Fix method name
1 parent 7f5854b commit 737752e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/block_validator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def validate_l1_block(l1_block_number, l2_block_hashes)
3232
verify_storage_state(expected, l1_block_number, historical_block_tag)
3333

3434
# Build comprehensive result with full debugging data
35-
success = @errors.empty()
35+
success = @errors.empty?
3636
validation_duration = Time.current - validation_start_time
3737

3838
# Return comprehensive debugging information

0 commit comments

Comments
 (0)