diff options
author | Aaron Buchwald <[email protected]> | 2020-10-30 11:33:41 -0400 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-10-30 11:33:41 -0400 |
commit | 4862c2d3a6c18855fee72137db54ed62a0ce6704 (patch) | |
tree | 07e5f447b7bcd818582c7967e98b40d16bec0312 /plugin/evm/config.go | |
parent | 4023ae20cb2b7cd228a68670bc55a6c9cdbabc36 (diff) |
Add back net API
Diffstat (limited to 'plugin/evm/config.go')
-rw-r--r-- | plugin/evm/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/evm/config.go b/plugin/evm/config.go index c38a798..4d6650a 100644 --- a/plugin/evm/config.go +++ b/plugin/evm/config.go @@ -5,6 +5,7 @@ type CommandLineConfig struct { // Coreth APIs SnowmanAPIEnabled bool `json:"snowman-api-enabled"` CorethAdminAPIEnabled bool `json:"coreth-admin-api-enabled"` + NetAPIEnabled bool `json:"net-api-enabled"` // Coreth API Gas/Price Caps RPCGasCap uint64 `json:"rpc-gas-cap"` |