diff options
| author | stoffu <stoffu@protonmail.ch> | 2017-12-18 15:09:51 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2017-12-26 08:23:32 +0900 |
| commit | e3530789d3b52450d25a864d3eb8184d7f4361b2 (patch) | |
| tree | 7185b1e890980c97a13c3922cd37dc855b844bd0 /src/wallet/api/utils.cpp | |
| parent | 4b156c003bf95158a7645c26167eb5bf2e9f3137 (diff) | |
| download | monzero-core-e3530789d3b52450d25a864d3eb8184d7f4361b2.tar.gz monzero-core-e3530789d3b52450d25a864d3eb8184d7f4361b2.tar.xz monzero-core-e3530789d3b52450d25a864d3eb8184d7f4361b2.zip | |
wallet-api: added Utils::onStartup
Diffstat (limited to 'src/wallet/api/utils.cpp')
| -rw-r--r-- | src/wallet/api/utils.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wallet/api/utils.cpp b/src/wallet/api/utils.cpp index a9646e038..e54dd9f1c 100644 --- a/src/wallet/api/utils.cpp +++ b/src/wallet/api/utils.cpp @@ -48,6 +48,11 @@ bool isAddressLocal(const std::string &address) } } +void onStartup() +{ + tools::on_startup(); +} + } |
