Called when the active chain tip advances.
Declared in <kernel/bitcoinkernel_wrapper.h>
virtual
void
BlockTipHandler(
SynchronizationState state,
BlockTreeEntry entry,
double verification_progress);
| Name | Description |
|---|---|
| state | The current synchronization state. |
| entry | The new tip's block tree entry. |
| verification_progress | Fraction of verification completed, from 0 to 1. |