Handle pending outgoing txns properly

This commit is contained in:
Aditya Kulkarni
2019-10-30 17:39:11 -07:00
parent 35a3cff250
commit 3d66568ceb
6 changed files with 74 additions and 24 deletions

View File

@@ -103,6 +103,7 @@ private:
void processUnspent (const json& reply, QMap<QString, CAmount>* newBalances, QList<UnspentOutput>* newUnspentOutputs);
void updateUI (bool anyUnconfirmed);
void updateUIBalances ();
void getInfoThenRefresh (bool force);