wealdtech / ethereal

Apache License 2.0
208 stars 41 forks source link

There are no warnings if config file has bad configuration #17

Closed darren closed 4 years ago

darren commented 4 years ago

with bad config file like this:

{
  "timeout": "20s",
  "verbose": true,
  "network": "ropsten",
}

etherreal just ignores this config file and uses default configuration.