aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet_manager.h
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-03-24 09:59:26 +0100
committerJaquee <jaquee.monero@gmail.com>2017-03-24 09:59:26 +0100
commita8646b0957aa60ffb8f3c2db820db16e40398c4e (patch)
tree5103806500da4144c8c5778c652513bb87a3a4d8 /src/wallet/api/wallet_manager.h
parentMerge pull request #1912 (diff)
downloadmonero-a8646b0957aa60ffb8f3c2db820db16e40398c4e.tar.xz
Wallet API: add hard fork info functions
Diffstat (limited to '')
-rw-r--r--src/wallet/api/wallet_manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/api/wallet_manager.h b/src/wallet/api/wallet_manager.h
index 677c105fb..033e8108f 100644
--- a/src/wallet/api/wallet_manager.h
+++ b/src/wallet/api/wallet_manager.h
@@ -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);