Merge pull request #81 from hl-archive-node/fix/typo-local

fix: Fix typo in --local (default hl-node dir)
This commit is contained in:
sprites0
2025-10-05 05:54:35 -04:00
committed by GitHub

View File

@ -46,7 +46,7 @@ impl BlockSourceConfig {
.expect("home dir not found") .expect("home dir not found")
.join("hl") .join("hl")
.join("data") .join("data")
.join("evm_blocks_and_receipts"), .join("evm_block_and_receipts"),
}, },
block_source_from_node: None, block_source_from_node: None,
} }