This commit is contained in:
jl777
2019-01-07 07:29:36 -11:00
parent 3e5cfdc24b
commit 348a23d6c4
3 changed files with 5 additions and 5 deletions

View File

@@ -848,7 +848,7 @@ static bool ProcessBlockFound(CBlock* pblock)
return error("KomodoMiner: ProcessNewBlock, block not accepted");
TrackMinedBlock(pblock->GetHash());
komodo_broadcast(pblock,16);
//komodo_broadcast(pblock,16);
return true;
}