Remove wallet name from persistent configuration so it will not be loaded on startup.
Declared in <wallet/wallet.h>
bool
RemoveWalletSetting(
interfaces::Chain& chain,
std::string const& wallet_name);
true if the setting was removed.
| Name | Description |
|---|---|
| chain | The chain interface holding persistent settings. |
| wallet_name | The wallet name to remove. |