aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_cacher.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/tx_cacher.go')
-rw-r--r--core/tx_cacher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tx_cacher.go b/core/tx_cacher.go
index b1e5d676a..5140adee4 100644
--- a/core/tx_cacher.go
+++ b/core/tx_cacher.go
@@ -19,7 +19,7 @@ package core
import (
"runtime"
- "github.com/ethereum/go-ethereum/core/types"
+ "github.com/dexon-foundation/dexon/core/types"
)
// senderCacher is a concurrent transaction sender recoverer and cacher.