wallet::RemoveWalletSetting

Remove wallet name from persistent configuration so it will not be loaded on startup.

Synopsis

Declared in <wallet/wallet.h>

bool
RemoveWalletSetting(
    interfaces::Chain& chain,
    std::string const& wallet_name);

Return Value

true if the setting was removed.

Parameters

NameDescription
chainThe chain interface holding persistent settings.
wallet_nameThe wallet name to remove.