Prevent deleting utxos and balances while updating

This commit is contained in:
Aditya Kulkarni
2019-03-14 10:38:16 -07:00
parent c051931c6e
commit 5564dfccb0
2 changed files with 16 additions and 11 deletions

View File

@@ -94,7 +94,7 @@ private:
void refreshSentZTrans();
void refreshReceivedZTrans(QList<QString> zaddresses);
bool processUnspent (const json& reply);
bool processUnspent (const json& reply, QMap<QString, double>* newBalances, QList<UnspentOutput>* newUtxos);
void updateUI (bool anyUnconfirmed);
void getInfoThenRefresh(bool force);