mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
fix: Fix typo in --local (default hl-node dir)
This commit is contained in:
@ -46,7 +46,7 @@ impl BlockSourceConfig {
|
||||
.expect("home dir not found")
|
||||
.join("hl")
|
||||
.join("data")
|
||||
.join("evm_blocks_and_receipts"),
|
||||
.join("evm_block_and_receipts"),
|
||||
},
|
||||
block_source_from_node: None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user