[#wallet-CWallet-ScanResult-last_failed_block] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::xref:wallet/CWallet/ScanResult.adoc[ScanResult]::last_failed_block :relfileprefix: ../../../ :mrdocs: Height of the most recent block that could not be scanned due to read errors or pruning. Will be set if status is FAILURE, unset if status is SUCCESS, and may or may not be set if status is USER_ABORT. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] last_failed_block; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#