toml icon indicating copy to clipboard operation
toml copied to clipboard

Change upstream type in fork

Open jp-imx opened this issue 1 year ago • 1 comments

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?

jp-imx avatar Sep 05 '24 02:09 jp-imx

See example in this fork: https://github.com/jp-imx/go-ethereum/pull/1/files

jp-imx avatar Sep 05 '24 02:09 jp-imx