The chain processor will only send block info to the path processor if the block is a 'new' block. It has the assumption that new blocks come frequently, so it does not consider the first block (highest at start time) a new block.
New behavior:
The chain processor will only send block info to the path processor if the block is a 'new' block. The first block is considered a new block.
Old behavior:
The chain processor will only send block info to the path processor if the block is a 'new' block. It has the assumption that new blocks come frequently, so it does not consider the first block (highest at start time) a new block.
New behavior:
The chain processor will only send block info to the path processor if the block is a 'new' block. The first block is considered a new block.
Extra: