aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/iterator_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/state/iterator_test.go')
-rw-r--r--core/state/iterator_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/state/iterator_test.go b/core/state/iterator_test.go
index 9e46c851c..284f42c0e 100644
--- a/core/state/iterator_test.go
+++ b/core/state/iterator_test.go
@@ -20,8 +20,8 @@ import (
"bytes"
"testing"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/ethdb"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/ethdb"
)
// Tests that the node iterator indeed walks over the entire database contents.