[#wallet-CWallet-blockDisconnected-0a] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::blockDisconnected :relfileprefix: ../../ :mrdocs: Handle a block being disconnected from the chain tip. == Synopses Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:wallet/CWallet/blockDisconnected-04.adoc[blockDisconnected](xref:interfaces/BlockInfo.adoc[BlockInfo] const& block); ---- [.small]#xref:wallet/CWallet/blockDisconnected-04.adoc[_» more..._]# Handle a block being disconnected from the chain tip. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:wallet/CWallet/blockDisconnected-0d.adoc[blockDisconnected](xref:interfaces/BlockInfo.adoc[interfaces::BlockInfo] const& block) override; ---- [.small]#xref:wallet/CWallet/blockDisconnected-0d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *block* | Information about the disconnected block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#