Add sent and received shielded Txs in the transactions tab.
This commit is contained in:
@@ -18,8 +18,9 @@ public:
|
||||
static double getDevFee();
|
||||
static double getTotalFee();
|
||||
|
||||
static const int updateSpeed = 20 * 1000; // 20 sec
|
||||
static const int quickUpdateSpeed = 5 * 1000; // 5 sec
|
||||
static const int updateSpeed = 20 * 1000; // 20 sec
|
||||
static const int quickUpdateSpeed = 5 * 1000; // 5 sec
|
||||
static const int priceRefreshSpeed = 60 * 60 * 1000; // 1 hr
|
||||
private:
|
||||
Utils() = delete;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user