|
@ -366,7 +366,7 @@ private: |
|
|
if (_phoneHome) |
|
|
if (_phoneHome) |
|
|
{ |
|
|
{ |
|
|
cout << "Phoning home to find world ranking..." << endl; |
|
|
cout << "Phoning home to find world ranking..." << endl; |
|
|
jsonrpc::HttpClient client("http://gav.ethdev.com:3000/benchmark"); |
|
|
jsonrpc::HttpClient client("http://gav.ethdev.com:3000"); |
|
|
PhoneHome rpc(client); |
|
|
PhoneHome rpc(client); |
|
|
try |
|
|
try |
|
|
{ |
|
|
{ |
|
|