aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/service.go
diff options
context:
space:
mode:
authorAaron Buchwald <aaron.buchwald56@gmail.com>2020-09-15 13:13:27 -0400
committerAaron Buchwald <aaron.buchwald56@gmail.com>2020-09-15 13:13:27 -0400
commitd4326196d7c2713710f47f0b68811bf7e0f176cb (patch)
treed634fcc5374599ac437d8e92200d43d927f5d6da /plugin/evm/service.go
parent8ea2f6ef629136b746e5fb245f0804422223c976 (diff)
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"