You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: