Attempt to reserve the wallet for a rescan.
Synopsis
Declared in <wallet/wallet.h>
bool
reserve(bool with_passphrase = false);
Return Value
true if the reservation was acquired, false if one is already held.
Parameters
Name |
Description |
with_passphrase |
Whether the rescan holds the wallet passphrase. |
Created with MrDocs