wallet::WalletRescanReserver::reserve

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

NameDescription
with_passphraseWhether the rescan holds the wallet passphrase.