diff options
author | Aaron Buchwald <[email protected]> | 2020-10-27 14:04:01 -0400 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-10-27 15:52:20 -0400 |
commit | 28ccbeb7de18212954310588994058874fb180af (patch) | |
tree | 4bca4f77f74b31cc7948832ed45dd6b5a4bc8ef7 /plugin/main.go | |
parent | 806d04e9aa4b6e22fc2a484ada6fecb0c9a348e3 (diff) |
Parse config to set enabled APIsv0.3.8
Diffstat (limited to 'plugin/main.go')
-rw-r--r-- | plugin/main.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugin/main.go b/plugin/main.go index b42ba14..9c0a28a 100644 --- a/plugin/main.go +++ b/plugin/main.go @@ -1,8 +1,6 @@ package main import ( - "fmt" - "github.com/hashicorp/go-plugin" "github.com/ava-labs/avalanchego/vms/rpcchainvm" @@ -11,9 +9,6 @@ import ( ) func main() { - if errs.Errored() { - panic(fmt.Sprintf("Errored while parsing Coreth CLI Config: %w", errs.Err)) - } plugin.Serve(&plugin.ServeConfig{ HandshakeConfig: rpcchainvm.Handshake, Plugins: map[string]plugin.Plugin{ |