aboutsummaryrefslogtreecommitdiff
path: root/core/blockchain_insert.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/blockchain_insert.go')
-rw-r--r--core/blockchain_insert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/blockchain_insert.go b/core/blockchain_insert.go
index afcbb2b..8991a97 100644
--- a/core/blockchain_insert.go
+++ b/core/blockchain_insert.go
@@ -19,9 +19,9 @@ package core
import (
"time"
+ "github.com/ava-labs/coreth/core/types"
"github.com/ava-labs/go-ethereum/common"
"github.com/ava-labs/go-ethereum/common/mclock"
- "github.com/ava-labs/go-ethereum/core/types"
"github.com/ava-labs/go-ethereum/log"
)