From ac088de6322fc16ebe75c2e5554be73754bf1fe2 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 12 Jun 2019 17:31:08 +0800 Subject: Rebrand as tangerine-network/go-tangerine --- core/mkalloc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/mkalloc.go') diff --git a/core/mkalloc.go b/core/mkalloc.go index a871685f6..e6618bc0c 100644 --- a/core/mkalloc.go +++ b/core/mkalloc.go @@ -34,8 +34,8 @@ import ( "sort" "strconv" - "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/rlp" + "github.com/tangerine-network/go-tangerine/core" + "github.com/tangerine-network/go-tangerine/rlp" ) type nodeInfo struct { -- cgit