Rename to Zec Wallet (#117)

* Update linux name

* Rename strings

* Rename debian/linux packages

* Rename windows build/installer

* Mac rename

* Update icon

* Update windows icon

* update background

* Prevent deleting utxos and balances while updating
This commit is contained in:
adityapk00
2019-03-14 11:56:05 -07:00
committed by GitHub
parent d8b44f3978
commit b1614caea0
36 changed files with 2464 additions and 929 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);