osx: switch to gcc-8 static build

This commit is contained in:
DeckerSU
2019-05-24 11:36:20 +03:00
parent 7598204bf9
commit 45aecd9c3c
9 changed files with 19 additions and 10 deletions

View File

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