diff options
Diffstat (limited to 'p2p/connection.go')
-rw-r--r-- | p2p/connection.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/connection.go b/p2p/connection.go index e999cbe55..be366235d 100644 --- a/p2p/connection.go +++ b/p2p/connection.go @@ -6,7 +6,7 @@ import ( "net" "time" - "github.com/ethereum/eth-go/ethutil" + "github.com/ethereum/go-ethereum/ethutil" ) type Connection struct { |