mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 03:19:23 +00:00
Merge branch 'master' into merge-mining
This commit is contained in:
commit
406aa72112
1 changed files with 1 additions and 1 deletions
|
@ -1352,7 +1352,7 @@ void SideChain::verify_loop(PoolBlock* block)
|
|||
// PoW is already checked at this point
|
||||
|
||||
std::vector<PoolBlock*> blocks_to_verify(1, block);
|
||||
PoolBlock* highest_block = nullptr;
|
||||
const PoolBlock* highest_block = nullptr;
|
||||
|
||||
while (!blocks_to_verify.empty()) {
|
||||
block = blocks_to_verify.back();
|
||||
|
|
Loading…
Reference in a new issue