diff options
author | aaronbuchwald <[email protected]> | 2020-11-04 12:25:20 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-04 12:25:20 -0500 |
commit | 24cf772145b7d976fff613a51b7d22f70fc1ac34 (patch) | |
tree | 484c281f203a286e5e6ac268e4c1db751662b5a0 /plugin/evm/config.go | |
parent | c613e21ea107e8369926f4b53b7830a9d5dabf18 (diff) | |
parent | e3c39e7cde79a0f5b080db026242056032a1f55a (diff) |
Merge pull request #47 from ava-labs/web3-apiv0.3.13
Add back web3 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 4d6650a..21b3aaf 100644 --- a/plugin/evm/config.go +++ b/plugin/evm/config.go @@ -16,6 +16,7 @@ type CommandLineConfig struct { PersonalAPIEnabled bool `json:"personal-api-enabled"` TxPoolAPIEnabled bool `json:"tx-pool-api-enabled"` DebugAPIEnabled bool `json:"debug-api-enabled"` + Web3APIEnabled bool `json:"web3-api-enabled"` ParsingError error } |