We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5854b commit 737752eCopy full SHA for 737752e
lib/block_validator.rb
@@ -32,7 +32,7 @@ def validate_l1_block(l1_block_number, l2_block_hashes)
32
verify_storage_state(expected, l1_block_number, historical_block_tag)
33
34
# Build comprehensive result with full debugging data
35
- success = @errors.empty()
+ success = @errors.empty?
36
validation_duration = Time.current - validation_start_time
37
38
# Return comprehensive debugging information
0 commit comments