diff options
Diffstat (limited to 'core/events.go')
-rw-r--r-- | core/events.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/events.go b/core/events.go index 710bdb589..02a083002 100644 --- a/core/events.go +++ b/core/events.go @@ -17,8 +17,8 @@ package core import ( - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/types" ) // NewTxsEvent is posted when a batch of transactions enter the transaction pool. |