diff options
| author | Todd Stock <todd@avalabs.org> | 2020-12-21 11:44:31 -0500 |
|---|---|---|
| committer | Todd Stock <todd@avalabs.org> | 2020-12-21 11:44:31 -0500 |
| commit | 4cc1b042e7c1a5836728ccbda51532384320e63a (patch) | |
| tree | 39ce06693abd6a969edddfa07bd9fce31515aeab /plugin/evm/tx.go | |
| parent | 374b401198759f23bac435a78c5b1fa2c516aad9 (diff) | |
upgrade 1.1.1 codec
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 1c0ce48..c13592c 100644 --- a/plugin/evm/tx.go +++ b/plugin/evm/tx.go @@ -15,7 +15,7 @@ import ( "github.com/ava-labs/avalanchego/ids" "github.com/ava-labs/avalanchego/snow" "github.com/ava-labs/avalanchego/utils" - "github.com/ava-labs/avalanchego/utils/codec" + "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" |