pub fn remove_wallet_setting<'a>(
    chain: &'a mut dyn ChainInterface,
    wallet_name: &str
) -> bool
Expand description

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