diff options
author | Ted Yin <[email protected]> | 2020-09-15 15:02:03 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-15 15:02:03 -0400 |
commit | eb2ee0c94b9f3b63d3dd82996c09a151597c3905 (patch) | |
tree | 8082e4fd638d5f59b5674668dc0e1ced20cbc40b /plugin/evm/static_service.go | |
parent | 0661930fc42fafef268d50c20ddc9ab5d3f24c2c (diff) | |
parent | d4326196d7c2713710f47f0b68811bf7e0f176cb (diff) |
Merge pull request #27 from ava-labs/rename
Update to avalanchego v0.8.3
Diffstat (limited to 'plugin/evm/static_service.go')
-rw-r--r-- | plugin/evm/static_service.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/evm/static_service.go b/plugin/evm/static_service.go index a379c44..1e48734 100644 --- a/plugin/evm/static_service.go +++ b/plugin/evm/static_service.go @@ -8,7 +8,7 @@ import ( "encoding/json" "github.com/ava-labs/coreth/core" - "github.com/ava-labs/avalanche-go/utils/formatting" + "github.com/ava-labs/avalanchego/utils/formatting" ) // StaticService defines the static API services exposed by the evm |