Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/services/eth_block_importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ReorgDetectedError < StandardError; end
# Raised when validation failure is detected (should stop system permanently)
class ValidationFailureError < StandardError; end

attr_accessor :ethscriptions_block_cache, :ethereum_client, :eth_block_cache, :geth_driver
attr_accessor :ethscriptions_block_cache, :ethereum_client, :eth_block_cache, :geth_driver, :prefetcher

def initialize
@ethscriptions_block_cache = {}
Expand Down
Loading