diff options
author | Aaron Buchwald <[email protected]> | 2020-09-15 13:13:27 -0400 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-09-15 13:13:27 -0400 |
commit | d4326196d7c2713710f47f0b68811bf7e0f176cb (patch) | |
tree | d634fcc5374599ac437d8e92200d43d927f5d6da /plugin/evm/static_service.go | |
parent | 8ea2f6ef629136b746e5fb245f0804422223c976 (diff) |
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 |