mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #2952
e3530789
wallet-api: added Utils::onStartup (stoffu)
This commit is contained in:
commit
395e209745
@ -48,6 +48,11 @@ bool isAddressLocal(const std::string &address)
|
||||
}
|
||||
}
|
||||
|
||||
void onStartup()
|
||||
{
|
||||
tools::on_startup();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -42,6 +42,7 @@ namespace Monero {
|
||||
|
||||
namespace Utils {
|
||||
bool isAddressLocal(const std::string &hostaddr);
|
||||
void onStartup();
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user