Handle a block being disconnected from the chain tip.
Declared in <wallet/wallet.h>
virtual
void
blockDisconnected(BlockInfo const& block);
» more...
Handle a block being disconnected from the chain tip.
virtual
void
blockDisconnected(interfaces::BlockInfo const& block) override;
» more...
| Name | Description |
|---|---|
| block | Information about the disconnected block. |