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/params.go | |
parent | 4023ae20cb2b7cd228a68670bc55a6c9cdbabc36 (diff) |
Add back net API
Diffstat (limited to 'plugin/params.go')
-rw-r--r-- | plugin/params.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/params.go b/plugin/params.go index d780d00..6615798 100644 --- a/plugin/params.go +++ b/plugin/params.go @@ -26,6 +26,7 @@ func init() { cliConfig.EthAPIEnabled = true cliConfig.PersonalAPIEnabled = true cliConfig.TxPoolAPIEnabled = true + cliConfig.NetAPIEnabled = true cliConfig.RPCGasCap = 2500000000 // 25000000 x 100 cliConfig.RPCTxFeeCap = 100 // 100 AVAX } else { |