toml
toml copied to clipboard
Change upstream type in fork
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?
See example in this fork: https://github.com/jp-imx/go-ethereum/pull/1/files