Browse Source

Point at real URL for phoning home.

cl-refactor
Gav Wood 10 years ago
parent
commit
97d7349bb5
  1. 2
      ethminer/MinerAux.h

2
ethminer/MinerAux.h

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

Loading…
Cancel
Save