diff options
Diffstat (limited to 'core/tx_journal.go')
-rw-r--r-- | core/tx_journal.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/tx_journal.go b/core/tx_journal.go index a35e78f..a30ea5d 100644 --- a/core/tx_journal.go +++ b/core/tx_journal.go @@ -22,9 +22,9 @@ import ( "os" "github.com/ava-labs/coreth/core/types" - "github.com/ava-labs/go-ethereum/common" - "github.com/ava-labs/go-ethereum/log" - "github.com/ava-labs/go-ethereum/rlp" + "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/log" + "github.com/ethereum/go-ethereum/rlp" ) // errNoActiveJournal is returned if a transaction is attempted to be inserted |