Refactor Addressbook

This commit is contained in:
Aditya Kulkarni
2018-11-21 15:00:56 -08:00
parent 0fa44f2889
commit 79520f41c5
6 changed files with 105 additions and 28 deletions

View File

@@ -72,6 +72,8 @@ public:
static double getTotalFee();
static bool isValidAddress(QString addr);
static QString addressFromAddressLabel(const QString& lblAddr);
static QString addressLabelFromAddress(const QString& addr);
static const int updateSpeed = 20 * 1000; // 20 sec
static const int quickUpdateSpeed = 5 * 1000; // 5 sec