p2p: fix ecies dependency in tests

We forgot to update this reference when moving ecies into the
go-ethereum repo.
This commit is contained in:
Felix Lange
2015-02-17 12:04:02 +01:00
parent 643eda5c2d
commit 34d0e1b2c3
9 changed files with 2 additions and 1710 deletions

View File

@ -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) {