diff options
author | Todd Stock <[email protected]> | 2020-12-21 12:04:54 -0500 |
---|---|---|
committer | Todd Stock <[email protected]> | 2020-12-21 12:04:54 -0500 |
commit | 3f485d21b7f0be08ee2256a26b7ff856fcd448cf (patch) | |
tree | bec129ff0425cd2f94dbca010f5c91fe198c8e4a /plugin/evm/tx.go | |
parent | ee2823fff37a59bcc4a4898966159c9109d98ce1 (diff) |
lint
Diffstat (limited to 'plugin/evm/tx.go')
-rw-r--r-- | plugin/evm/tx.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/evm/tx.go b/plugin/evm/tx.go index c13592c..f325159 100644 --- a/plugin/evm/tx.go +++ b/plugin/evm/tx.go @@ -11,11 +11,11 @@ import ( "github.com/ava-labs/coreth/core/state" + "github.com/ava-labs/avalanchego/codec" "github.com/ava-labs/avalanchego/database" "github.com/ava-labs/avalanchego/ids" "github.com/ava-labs/avalanchego/snow" "github.com/ava-labs/avalanchego/utils" - "github.com/ava-labs/avalanchego/codec" "github.com/ava-labs/avalanchego/utils/crypto" "github.com/ava-labs/avalanchego/utils/hashing" "github.com/ava-labs/avalanchego/vms/components/verify" |