summaryrefslogtreecommitdiffstats
path: root/xmrstak/jconf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/jconf.hpp')
-rw-r--r--xmrstak/jconf.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmrstak/jconf.hpp b/xmrstak/jconf.hpp
index 131263e..df1bf79 100644
--- a/xmrstak/jconf.hpp
+++ b/xmrstak/jconf.hpp
@@ -19,7 +19,7 @@ public:
};
bool parse_config(const char* sFilename = xmrstak::params::inst().configFile.c_str());
-
+
struct pool_cfg {
const char* sPoolAddr;
const char* sWalletAddr;
@@ -30,10 +30,10 @@ public:
size_t raw_weight;
double weight;
};
-
+
size_t wt_max;
size_t wt_min;
-
+
uint64_t GetPoolCount();
bool GetPoolConfig(size_t id, pool_cfg& cfg);
@@ -46,7 +46,7 @@ public:
};
bool TlsSecureAlgos();
-
+
const std::string GetCurrency();
bool IsCurrencyMonero();
OpenPOWER on IntegriCloud