diff options
| author | Aaron Buchwald <aaron.buchwald56@gmail.com> | 2020-09-15 13:13:27 -0400 |
|---|---|---|
| committer | Aaron Buchwald <aaron.buchwald56@gmail.com> | 2020-09-15 13:13:27 -0400 |
| commit | d4326196d7c2713710f47f0b68811bf7e0f176cb (patch) | |
| tree | d634fcc5374599ac437d8e92200d43d927f5d6da /plugin/evm/block.go | |
| parent | 8ea2f6ef629136b746e5fb245f0804422223c976 (diff) | |
Update to avalanchego v0.8.3
Diffstat (limited to 'plugin/evm/block.go')
| -rw-r--r-- | plugin/evm/block.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/evm/block.go b/plugin/evm/block.go index 97ffc18..134fa29 100644 --- a/plugin/evm/block.go +++ b/plugin/evm/block.go @@ -10,10 +10,10 @@ import ( "github.com/ava-labs/coreth/core/types" "github.com/ava-labs/go-ethereum/rlp" - "github.com/ava-labs/avalanche-go/ids" - "github.com/ava-labs/avalanche-go/snow/choices" - "github.com/ava-labs/avalanche-go/snow/consensus/snowman" - "github.com/ava-labs/avalanche-go/vms/components/missing" + "github.com/ava-labs/avalanchego/ids" + "github.com/ava-labs/avalanchego/snow/choices" + "github.com/ava-labs/avalanchego/snow/consensus/snowman" + "github.com/ava-labs/avalanchego/vms/components/missing" ) // Block implements the snowman.Block interface |