Reported on IRC yesterday:
017:24:04 < PiRK_> Good evening. I was looking through a functional test and i'm wondering if this isn't a typo:
1 https://github.com/bitcoin/bitcoin/blob/master/test/functional/feature_pruning.py#L44
217:24:04 < PiRK_> "nTimes" vs `nTime`
317:27:08 < sipa> PiRK_: looks like it
The code is definitely not doing what the comment says, as it’s always resetting mine_large_blocks.nTime
to 0, rather than only on the first run. However, if I fix it, the test does not pass anymore.
Filing this as an issue so someone who is more familiar with the test or feels like digging in can have a look.