[#wallet-WalletRescanReserver-reserve] = xref:wallet.adoc[wallet]::xref:wallet/WalletRescanReserver.adoc[WalletRescanReserver]::reserve :relfileprefix: ../../ :mrdocs: Attempt to reserve the wallet for a rescan. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool reserve(bool with_passphrase = false); ---- == Return Value true if the reservation was acquired, false if one is already held. == Parameters [cols="1,4"] |=== | Name| Description | *with_passphrase* | Whether the rescan holds the wallet passphrase. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#