config example shows unable to interpret strict_checkpoint_age
, load_external_fallback
, and data_dir
from ~/.helios/helios.toml
#261
Labels
bug
Something isn't working
If i create an example config file and
cp helios.example.toml ~/.helios/helios.toml
, where its contents are:and then run
cargo run -p helios --example config
using"mainnet"
in examples/config.rsthe following arguments values aren't being read from the file
strict_checkpoint_age
andload_external_fallback
anddata_dir
same issue if run
cargo run -p helios --example config
after switching to"goerli"
in examples/config.rs and runwhy isn't
data_dir
set in the base configuration config/src/config.rs?The text was updated successfully, but these errors were encountered: