This is used by Qt but I'm not sure if this is the right tag here. Please, edit the title if there's something better.
m_assumed_blockchain_size (src/chainparams.cpp:CChainParams) was
BLOCK_CHAIN_SIZE (src/qt/intro.cpp) and while the transition was being
made by PR 13216 (merged commit: 9d0e528), 3fc2063 changed its value
from 200 to 220, which 9d0e528 ended up reverting.
So, as per MarcoFalke's suggestion (https://github.com/bitcoin/bitcoin/pull/13216#discussion_r247560123), I'm bumping it to 240 before 0.18 is branched to avoid any confusion.
Anything else (e.g. constexpr) that should/could be done here? Thanks.