aboutsummaryrefslogtreecommitdiffstats
path: root/p2p
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-23 21:29:01 +0800
committerobscuren <geffobscura@gmail.com>2015-01-23 21:29:01 +0800
commit7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c (patch)
treea6d55756ec833b3651e5805726813a7ef5af3399 /p2p
parent215780ab562b940bfc653c16bf84f812ef062821 (diff)
parentd792e95c214c8352e6b23b798101e90844eaa7a3 (diff)
downloaddexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar
dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.gz
dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.bz2
dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.lz
dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.xz
dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.zst
dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.zip
Merge branch 'develop' into jsonrpc
Diffstat (limited to 'p2p')
-rw-r--r--p2p/testpoc7.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/testpoc7.go b/p2p/testpoc7.go
index c0cc5c544..63b996f79 100644
--- a/p2p/testpoc7.go
+++ b/p2p/testpoc7.go
@@ -8,9 +8,9 @@ import (
"net"
"os"
+ "github.com/ethereum/go-ethereum/crypto/secp256k1"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p"
- "github.com/obscuren/secp256k1-go"
)
func main() {