wallet::CWallet::blockDisconnected

Handle a block being disconnected from the chain tip.

Synopses

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...

Parameters

NameDescription
blockInformation about the disconnected block.