const build break

This commit is contained in:
miketout
2018-05-06 16:11:57 -07:00
parent 5642c96c67
commit b45d65b46c

View File

@@ -726,7 +726,7 @@ int32_t roundrobin_delay;
arith_uint256 HASHTarget,HASHTarget_POW; arith_uint256 HASHTarget,HASHTarget_POW;
// wait for peers to connect // wait for peers to connect
int32_t waitForPeers(CChainParams &chainparams) int32_t waitForPeers(const CChainParams &chainparams)
{ {
if (chainparams.MiningRequiresPeers()) if (chainparams.MiningRequiresPeers())
{ {