diff options
author | aaronbuchwald <[email protected]> | 2020-09-15 12:05:01 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-15 12:05:01 -0400 |
commit | 8ea2f6ef629136b746e5fb245f0804422223c976 (patch) | |
tree | 8b9c77ddac162591976875e6b299054f7415402f /plugin/evm/service.go | |
parent | 14592f971162fed59a33afd98020599097406cdf (diff) | |
parent | 496397e31c5082e20e28a1a2e9c2bbacde5e1deb (diff) |
Merge pull request #22 from ava-labs/status-db
Status db
Diffstat (limited to 'plugin/evm/service.go')
-rw-r--r-- | plugin/evm/service.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugin/evm/service.go b/plugin/evm/service.go index fdbfd91..2979f46 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/gecko/api" - "github.com/ava-labs/gecko/utils/constants" - "github.com/ava-labs/gecko/utils/crypto" - "github.com/ava-labs/gecko/utils/formatting" - "github.com/ava-labs/gecko/utils/json" + "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/go-ethereum/common" "github.com/ava-labs/go-ethereum/common/hexutil" ethcrypto "github.com/ava-labs/go-ethereum/crypto" |