diff options
Diffstat (limited to 'core/tx_journal.go')
-rw-r--r-- | core/tx_journal.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/tx_journal.go b/core/tx_journal.go index 41b5156d4..9a121f911 100644 --- a/core/tx_journal.go +++ b/core/tx_journal.go @@ -21,10 +21,10 @@ import ( "io" "os" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/log" - "github.com/ethereum/go-ethereum/rlp" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/types" + "github.com/dexon-foundation/dexon/log" + "github.com/dexon-foundation/dexon/rlp" ) // errNoActiveJournal is returned if a transaction is attempted to be inserted |