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.
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.