diff options
Diffstat (limited to 'core/tx_cacher.go')
-rw-r--r-- | core/tx_cacher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tx_cacher.go b/core/tx_cacher.go index ffac7f1..554160f 100644 --- a/core/tx_cacher.go +++ b/core/tx_cacher.go @@ -19,7 +19,7 @@ package core import ( "runtime" - "github.com/ava-labs/go-ethereum/core/types" + "github.com/ava-labs/coreth/core/types" ) // senderCacher is a concurrent transaction sender recoverer and cacher. |