Don't track transactions at all during IBD.
commit60ac00de854981333656d17c9b2ea2efd1efc436
authorAlex Morcos <morcos@chaincode.com>
Fri, 11 Nov 2016 16:17:59 +0000 (11 11:17 -0500)
committerAlex Morcos <morcos@chaincode.com>
Wed, 4 Jan 2017 17:05:05 +0000 (4 12:05 -0500)
treea336a7da4b7201e1f51ffecca39f5a8eb99e38ad
parent4df44794c9f71d47648e858385d37eae6d0a9db3
Don't track transactions at all during IBD.

This was an oversight, where blocks and mempool tracking were ignored during IBD, but transactions that arrived during IBD but were included in blocks after IBD were not ignored.
src/validation.cpp