Fetch ZEC Price for display purposes

This commit is contained in:
Aditya Kulkarni
2018-10-18 11:15:49 -07:00
parent 6f79abcc14
commit 1b2335c0d4
9 changed files with 108 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ public:
static double getTotalFee();
static const int updateSpeed = 20 * 1000; // 20 sec
private:
private:
Utils() = delete;
};