fix datadir

This commit is contained in:
Jacek Sieka 2019-10-22 23:18:45 +02:00
parent bdb70ebe2c
commit e8206a7489
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ proc start(node: BeaconNode, headState: BeaconState) =
SLOTS_PER_EPOCH, SLOTS_PER_EPOCH,
SECONDS_PER_SLOT, SECONDS_PER_SLOT,
SPEC_VERSION, SPEC_VERSION,
dataDir = node.config.dataDir, dataDir = node.config.dataDir.string,
cat = "init", cat = "init",
pcs = "start_beacon_node" pcs = "start_beacon_node"