bisq/core
chimp1984 84cd67f54d
Fix incorrect start height for block request
We added 1 as with the lite monitor mode we persist the most recent block,
thus we request with the start height for the next block.
But that cause a problem at a DAO full mode which has lite monitor mode set
as then the block parsing would not be triggered.

We refactor it so that we take the chainHeight from the dao state
directly and add 1 at the requests.
We add a check if we are at chain tip, and if so we skip requests
and call the onParseBlockChainComplete directly.
2021-12-06 11:17:33 +01:00
..
.tx Merge core repository at 4597613 2018-09-05 10:48:22 +02:00
src Fix incorrect start height for block request 2021-12-06 11:17:33 +01:00
update_translations.sh Add Polish translation 2021-12-01 15:13:57 +01:00