mirror of
https://github.com/monero-project/monero.git
synced 2026-01-25 10:44:42 -08:00
wallet-api: added Utils::onStartup
This commit is contained in:
@@ -48,6 +48,11 @@ bool isAddressLocal(const std::string &address)
|
||||
}
|
||||
}
|
||||
|
||||
void onStartup()
|
||||
{
|
||||
tools::on_startup();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user