aboutsummaryrefslogtreecommitdiff
path: root/core/state/journal.go
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-09-16 18:26:55 -0400
committerDeterminant <tederminant@gmail.com>2020-09-16 18:26:55 -0400
commit8478802ddacc027a8d8c866da9365f6739d9d9d4 (patch)
tree87537a51a5582d569f8eee76850cd4f93dd4d2bf /core/state/journal.go
parent3410d2bf702bb3308d7bca611780141dd1311efa (diff)
...
Diffstat (limited to 'core/state/journal.go')
-rw-r--r--core/state/journal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/state/journal.go b/core/state/journal.go
index cfa1a4a..0cc556b 100644
--- a/core/state/journal.go
+++ b/core/state/journal.go
@@ -19,7 +19,7 @@ package state
import (
"math/big"
- "github.com/ava-labs/go-ethereum/common"
+ "github.com/ethereum/go-ethereum/common"
)
// journalEntry is a modification entry in the state change journal that can be