aboutsummaryrefslogtreecommitdiffstats
path: root/p2p
diff options
context:
space:
mode:
Diffstat (limited to 'p2p')
-rw-r--r--p2p/crypto.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/crypto.go b/p2p/crypto.go
index 2692d708c..7e4b43712 100644
--- a/p2p/crypto.go
+++ b/p2p/crypto.go
@@ -8,10 +8,10 @@ import (
"io"
"github.com/ethereum/go-ethereum/crypto"
+ "github.com/ethereum/go-ethereum/crypto/ecies"
"github.com/ethereum/go-ethereum/crypto/secp256k1"
ethlogger "github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p/discover"
- "github.com/obscuren/ecies"
)
var clogger = ethlogger.NewLogger("CRYPTOID")