kallewoof
commented at 11:50 pm on April 23, 2017:
member
The once-a-minute LogPrintf in ScanForWalletTransactions will do a null-ref if it happens to hit the 60s mark right at the last block (where pindex becomes null). This was moved up to the top of the block instead, where the while (pindex && !fAbortRescan) has checked pindex for us.
fanquake added the label
Wallet
on Apr 23, 2017
jonasschnelli
commented at 6:14 am on April 24, 2017:
contributor
NicolasDorier
commented at 7:10 am on April 24, 2017:
contributor
utACK6b816dc56b73025ca8fcb8b2a1e1dab8d18b4fd0. I am surprised there were no more bug report about that.
mchrostowski
commented at 6:57 am on April 25, 2017:
contributor
@kallewoof I would go with temptation and move the GetTime() >= nNow check to line 1554 as it is vaguely related to ShowProgress, this could help with readability too.
kallewoof
commented at 7:10 am on April 25, 2017:
member
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2024-11-17 15:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me