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
When avalalanchego starts up and coreth logs its configuration, non-nil pointer values are output as addresses rather than values.
To Reproduce
Start avalanchego configured with state-sync-enabled: true and check the log line INFO <C Chain> plugin/evm/vm.go:411 Initializing Coreth VM... for StateSyncEnabled:<address> rather than StateSyncEnabled:true.
Expected behavior
Non-nil pointer fields of Config should be output as values.
The text was updated successfully, but these errors were encountered:
Describe the bug
When avalalanchego starts up and coreth logs its configuration, non-nil pointer values are output as addresses rather than values.
To Reproduce
Start avalanchego configured with
state-sync-enabled: true
and check the log lineINFO <C Chain> plugin/evm/vm.go:411 Initializing Coreth VM...
forStateSyncEnabled:<address>
rather thanStateSyncEnabled:true
.Expected behavior
Non-nil pointer fields of
Config
should be output as values.The text was updated successfully, but these errors were encountered: