aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/enode/urlv4.go
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/enode/urlv4.go')
-rw-r--r--p2p/enode/urlv4.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/p2p/enode/urlv4.go b/p2p/enode/urlv4.go
index 2fa5a6464..dd91d7985 100644
--- a/p2p/enode/urlv4.go
+++ b/p2p/enode/urlv4.go
@@ -26,9 +26,9 @@ import (
"regexp"
"strconv"
- "github.com/dexon-foundation/dexon/common/math"
- "github.com/dexon-foundation/dexon/crypto"
- "github.com/dexon-foundation/dexon/p2p/enr"
+ "github.com/tangerine-network/go-tangerine/common/math"
+ "github.com/tangerine-network/go-tangerine/crypto"
+ "github.com/tangerine-network/go-tangerine/p2p/enr"
)
var incompleteNodeURL = regexp.MustCompile("(?i)^(?:enode://)?([0-9a-f]+)$")