call supply every 15 min

This commit is contained in:
DenioD
2020-10-03 20:04:16 +02:00
parent f20dd70ede
commit 3e79044f25
4 changed files with 85 additions and 29 deletions

View File

@@ -108,6 +108,8 @@ public:
void saveWallet(const std::function<void(json)>& cb) { zrpc->saveWallet(cb); }
void supplyUpdate();
void clearWallet(const std::function<void(json)>& cb) { zrpc->clearWallet(cb); }
void shield(const std::function<void(json)>& cb) { zrpc->shield(cb); }