mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 23:26:44 -08:00
wipeable_string: call memwipe directly
since the original reason for the indirect call (that memwipe was not in contrib) is now gone
This commit is contained in:
@@ -552,8 +552,6 @@ std::string get_nix_version_display_string()
|
||||
}
|
||||
bool on_startup()
|
||||
{
|
||||
wipeable_string::set_wipe(&memwipe);
|
||||
|
||||
mlog_configure("", true);
|
||||
|
||||
sanitize_locale();
|
||||
|
||||
Reference in New Issue
Block a user