In a fork of https://github.com/ethereum/go-ethereum/, I'm adding a field to ethconfig.Confg and then setting that field in the corresponding toml file. The library fails saying ethconfig.Config does not have the field in the file.
Is there a bug with resolving the correct type in the library?
In a fork of https://github.com/ethereum/go-ethereum/, I'm adding a field to
ethconfig.Confg
and then setting that field in the correspondingtoml
file. The library fails sayingethconfig.Config
does not have the field in the file.Is there a bug with resolving the correct type in the library?