#36 - Format decimals properly

This commit is contained in:
adityapk00
2018-11-10 08:56:15 -08:00
parent 1b3c06f1a5
commit 13d48f80ca
3 changed files with 14 additions and 19 deletions

View File

@@ -71,7 +71,7 @@ public:
static QString getZboardAddr();
static double getDevFee();
static double getTotalFee();
static bool isValidAddress(QString addr);
static const int updateSpeed = 20 * 1000; // 20 sec
@@ -81,7 +81,7 @@ public:
private:
// This class can only be accessed through Settings::getInstance()
Settings() = default;
~Settings();
~Settings() = default;
static Settings* instance;