wallet-api: added Utils::onStartup

pull/95/head
stoffu 6 years ago
parent 4b156c003b
commit e3530789d3
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012

@ -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…
Cancel
Save