Show memo icon in Tx table

This commit is contained in:
Aditya Kulkarni
2018-10-26 12:32:12 -07:00
parent 3b482a3de3
commit cf7b2e1c4b
4 changed files with 54 additions and 31 deletions

View File

@@ -29,8 +29,9 @@ public:
RPC(QNetworkAccessManager* restclient, MainWindow* main);
~RPC();
void refresh(); // Refresh all transactions
void refreshAddresses(); // Refresh wallet Z-addrs
void refresh(bool force = false);
void refreshAddresses();
void refreshZECPrice();
void sendZTransaction (json params, const std::function<void(json)>& cb);
@@ -60,7 +61,7 @@ private:
bool processUnspent (const json& reply);
void updateUI (bool anyUnconfirmed);
void getInfoThenRefresh();
void getInfoThenRefresh(bool force);
void getBalance(const std::function<void(json)>& cb);