Browse Source

fix warning and #823

cl-refactor
caktux 10 years ago
parent
commit
3f6c914c59
  1. 2
      neth/main.cpp

2
neth/main.cpp

@ -433,6 +433,8 @@ int main(int argc, char** argv)
web3.connect(Host::pocHost());
if (remoteHost.size())
web3.connect(remoteHost, remotePort);
if (mining)
c->startMining();
#if ETH_JSONRPC
shared_ptr<WebThreeStubServer> jsonrpcServer;

Loading…
Cancel
Save