Merge pull request #2952

e3530789 wallet-api: added Utils::onStartup (stoffu)
This commit is contained in:
Riccardo Spagni
2017-12-27 10:00:01 +02:00
2 changed files with 6 additions and 0 deletions

View File

@@ -48,6 +48,11 @@ bool isAddressLocal(const std::string &address)
}
}
void onStartup()
{
tools::on_startup();
}
}

View File

@@ -42,6 +42,7 @@ namespace Monero {
namespace Utils {
bool isAddressLocal(const std::string &hostaddr);
void onStartup();
}
template<typename T>