diff options
Diffstat (limited to 'jconf.h')
-rw-r--r-- | jconf.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -35,9 +35,8 @@ public: const char* GetPoolPwd(); const char* GetWalletAddress(); - int64_t GetVerboseLevel(); - - double GetDonationLevel(); + uint64_t GetVerboseLevel(); + uint64_t GetAutohashTime(); uint64_t GetCallTimeout(); uint64_t GetNetRetry(); |