poll ideas.

This commit is contained in:
Christopher Jeffrey 2014-09-19 17:48:59 -07:00
parent da33403683
commit dcb068d3b5
1 changed files with 6 additions and 0 deletions

View File

@ -910,6 +910,12 @@ poll_blocks(void) {
sleep(1);
}
// Use mapBlockIndex.find
// mapBlockIndex.end
// mapBlockIndex.next?
// CBlockIndex* pblockindex = mapBlockIndex[block.nextblockhash];
// mapBlockIndex.find(block.nextblockhash);
/**
* Init
*/