diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-27 10:00:01 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-27 10:00:01 +0200 |
commit | 395e209745d9abee52e7551bc96598a20678cb1b (patch) | |
tree | 283c0e1459d86894ca01d44b3204ca9f9a1d1509 /src/wallet/api/wallet2_api.h | |
parent | Merge pull request #2996 (diff) | |
parent | wallet-api: added Utils::onStartup (diff) | |
download | monero-395e209745d9abee52e7551bc96598a20678cb1b.tar.xz |
Merge pull request #2952
e3530789 wallet-api: added Utils::onStartup (stoffu)
Diffstat (limited to 'src/wallet/api/wallet2_api.h')
-rw-r--r-- | src/wallet/api/wallet2_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h index 8593bd1f9..ab1a48d6e 100644 --- a/src/wallet/api/wallet2_api.h +++ b/src/wallet/api/wallet2_api.h @@ -42,6 +42,7 @@ namespace Monero { namespace Utils { bool isAddressLocal(const std::string &hostaddr); + void onStartup(); } template<typename T> |