aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/service.go
diff options
context:
space:
mode:
authorTed Yin <tederminant@gmail.com>2020-09-15 15:02:03 -0400
committerGitHub <noreply@github.com>2020-09-15 15:02:03 -0400
commiteb2ee0c94b9f3b63d3dd82996c09a151597c3905 (patch)
tree8082e4fd638d5f59b5674668dc0e1ced20cbc40b /plugin/evm/service.go
parent0661930fc42fafef268d50c20ddc9ab5d3f24c2c (diff)
parentd4326196d7c2713710f47f0b68811bf7e0f176cb (diff)
Merge pull request #27 from ava-labs/rename
Update to avalanchego v0.8.3
Diffstat (limited to 'plugin/evm/service.go')
-rw-r--r--plugin/evm/service.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugin/evm/service.go b/plugin/evm/service.go
index 2979f46..33429b5 100644
--- a/plugin/evm/service.go
+++ b/plugin/evm/service.go
@@ -15,11 +15,11 @@ import (
"github.com/ava-labs/coreth"
"github.com/ava-labs/coreth/core/types"
- "github.com/ava-labs/avalanche-go/api"
- "github.com/ava-labs/avalanche-go/utils/constants"
- "github.com/ava-labs/avalanche-go/utils/crypto"
- "github.com/ava-labs/avalanche-go/utils/formatting"
- "github.com/ava-labs/avalanche-go/utils/json"
+ "github.com/ava-labs/avalanchego/api"
+ "github.com/ava-labs/avalanchego/utils/constants"
+ "github.com/ava-labs/avalanchego/utils/crypto"
+ "github.com/ava-labs/avalanchego/utils/formatting"
+ "github.com/ava-labs/avalanchego/utils/json"
"github.com/ava-labs/go-ethereum/common"
"github.com/ava-labs/go-ethereum/common/hexutil"
ethcrypto "github.com/ava-labs/go-ethereum/crypto"