formatting

This commit is contained in:
adityapk00
2018-10-31 20:47:42 -07:00
parent e1b9ca0150
commit d99734a16c
3 changed files with 17 additions and 17 deletions

View File

@@ -108,18 +108,18 @@ public:
private:
void doRPC (const json& payload, const std::function<void(json)>& cb);
void doSendRPC (const json& payload, const std::function<void(json)>& cb);
void doRPC (const json& payload, const std::function<void(json)>& cb);
void doSendRPC(const json& payload, const std::function<void(json)>& cb);
void doSendRPC(const json& payload, const std::function<void(json)>& cb, const std::function<void(QString)>& err);
void refreshBalances();
void refreshTransactions();
void refreshSentZTrans ();
void refreshReceivedZTrans (QList<QString> zaddresses);
void refreshSentZTrans();
void refreshReceivedZTrans(QList<QString> zaddresses);
bool processUnspent (const json& reply);
void updateUI (bool anyUnconfirmed);
bool processUnspent (const json& reply);
void updateUI (bool anyUnconfirmed);
void getInfoThenRefresh(bool force);