mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-23 13:00:34 +00:00
fix datadir
This commit is contained in:
parent
bdb70ebe2c
commit
e8206a7489
@ -823,7 +823,7 @@ proc start(node: BeaconNode, headState: BeaconState) =
|
||||
SLOTS_PER_EPOCH,
|
||||
SECONDS_PER_SLOT,
|
||||
SPEC_VERSION,
|
||||
dataDir = node.config.dataDir,
|
||||
dataDir = node.config.dataDir.string,
|
||||
cat = "init",
|
||||
pcs = "start_beacon_node"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user