diff options
Diffstat (limited to 'p2p/rlpx_test.go')
-rw-r--r-- | p2p/rlpx_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/p2p/rlpx_test.go b/p2p/rlpx_test.go index 64172217b..42714d50d 100644 --- a/p2p/rlpx_test.go +++ b/p2p/rlpx_test.go @@ -32,11 +32,11 @@ import ( "time" "github.com/davecgh/go-spew/spew" - "github.com/ethereum/go-ethereum/crypto" - "github.com/ethereum/go-ethereum/crypto/ecies" - "github.com/ethereum/go-ethereum/crypto/sha3" - "github.com/ethereum/go-ethereum/p2p/simulations/pipes" - "github.com/ethereum/go-ethereum/rlp" + "github.com/dexon-foundation/dexon/crypto" + "github.com/dexon-foundation/dexon/crypto/ecies" + "github.com/dexon-foundation/dexon/crypto/sha3" + "github.com/dexon-foundation/dexon/p2p/simulations/pipes" + "github.com/dexon-foundation/dexon/rlp" ) func TestSharedSecret(t *testing.T) { |