Wallet API: add hard fork info functions

This commit is contained in:
Jaquee
2017-03-24 09:59:26 +01:00
parent 16f12f0628
commit a8646b0957
5 changed files with 18 additions and 26 deletions
-1
View File
@@ -59,7 +59,6 @@ public:
uint64_t blockchainTargetHeight() const;
uint64_t networkDifficulty() const;
double miningHashRate() const;
void hardForkInfo(uint8_t &version, uint64_t &earliest_height) const;
uint64_t blockTarget() const;
bool isMining() const;
bool startMining(const std::string &address, uint32_t threads = 1, bool background_mining = false, bool ignore_battery = true);