aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/crypto_test.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-02-17 19:04:02 +0800
committerFelix Lange <fjl@twurst.com>2015-02-17 19:04:20 +0800
commit34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5 (patch)
tree95a87c4e2393abb7817306a01297c4735a98850f /p2p/crypto_test.go
parent643eda5c2d3190147bc55ef27c4ce241c7c59da2 (diff)
downloadgo-tangerine-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar
go-tangerine-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.gz
go-tangerine-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.bz2
go-tangerine-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.lz
go-tangerine-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.xz
go-tangerine-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.zst
go-tangerine-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.zip
p2p: fix ecies dependency in tests
We forgot to update this reference when moving ecies into the go-ethereum repo.
Diffstat (limited to 'p2p/crypto_test.go')
-rw-r--r--p2p/crypto_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/crypto_test.go b/p2p/crypto_test.go
index 0a9d49f96..6cf0f4818 100644
--- a/p2p/crypto_test.go
+++ b/p2p/crypto_test.go
@@ -8,7 +8,7 @@ import (
"testing"
"github.com/ethereum/go-ethereum/crypto"
- "github.com/obscuren/ecies"
+ "github.com/ethereum/go-ethereum/crypto/ecies"
)
func TestPublicKeyEncoding(t *testing.T) {