aboutsummaryrefslogtreecommitdiffstats
path: root/core/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types.go')
-rw-r--r--core/types.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/types.go b/core/types.go
index 04a787b1e..c2ac688c6 100644
--- a/core/types.go
+++ b/core/types.go
@@ -17,10 +17,10 @@
package core
import (
- "github.com/dexon-foundation/dexon/common"
- "github.com/dexon-foundation/dexon/core/state"
- "github.com/dexon-foundation/dexon/core/types"
- "github.com/dexon-foundation/dexon/core/vm"
+ "github.com/tangerine-network/go-tangerine/common"
+ "github.com/tangerine-network/go-tangerine/core/state"
+ "github.com/tangerine-network/go-tangerine/core/types"
+ "github.com/tangerine-network/go-tangerine/core/vm"
)
// Validator is an interface which defines the standard for block validation. It