diff options
Diffstat (limited to 'core/tx_pool.go')
-rw-r--r-- | core/tx_pool.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tx_pool.go b/core/tx_pool.go index e7dbab0d2..45d666e9a 100644 --- a/core/tx_pool.go +++ b/core/tx_pool.go @@ -24,7 +24,7 @@ import ( "sync" "time" - dexCore "github.com/dexon-foundation/dexon-consensus/core" + dexCore "github.com/dexon-foundation/dexon/dex/consensus/core" "github.com/dexon-foundation/dexon/common" "github.com/dexon-foundation/dexon/common/prque" |