diff options
Diffstat (limited to 'p2p/crypto.go')
-rw-r--r-- | p2p/crypto.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/p2p/crypto.go b/p2p/crypto.go index 643bd431e..10c82d3a1 100644 --- a/p2p/crypto.go +++ b/p2p/crypto.go @@ -1,11 +1,9 @@ package p2p import ( - // "bytes" "crypto/ecdsa" "crypto/rand" "fmt" - // "io" "github.com/ethereum/go-ethereum/crypto" "github.com/obscuren/ecies" |