Show memo icon in Tx table
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user