Handle a block being disconnected from the chain tip.

Synopsis

Declared in <wallet/wallet.h>

virtual
void
blockDisconnected(interfaces::BlockInfo const& block) override;

Parameters

Name

Description

block

Information about the disconnected block.

Created with MrDocs