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