aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/api/utils.cpp')
-rw-r--r--src/wallet/api/utils.cpp5
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();
+}
+
}