Browse Source

Minor style fix.

cl-refactor
Gav Wood 10 years ago
parent
commit
a5b758e77d
  1. 2
      libethereum/Client.cpp

2
libethereum/Client.cpp

@ -69,7 +69,7 @@ Client::Client(p2p::Host* _extNet, std::string const& _dbPath, bool _forceClean,
{
m_host = _extNet->registerCapability(new EthereumHost(m_bc, m_tq, m_bq, _networkId));
if(miners > -1)
if (miners > -1)
setMiningThreads(miners);
else
setMiningThreads();

Loading…
Cancel
Save