- add the Genesis blocks time for the testnet in ClientModel::getLastBlockDate()
See https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp#L2743
See https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp#L2743
- add the Genesis blocks time for the testnet in
ClientModel::getLastBlockDate()
I'd rather try to fetch this from Checkpoints::
How would I do that? I thought about a global constant somewhere, to not have that value in different places, but that was also not done while the mainnet Genesis block's time was added there ;).
Oh, I'm wrong- I think the genesis time was already in checkpoints. Let's ignore it for now, and fix it later.