diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-09-13 18:09:57 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-09-13 18:09:57 +0100 |
commit | 8ffc508cef31002942e5548270f55093a4562eb5 (patch) | |
tree | 5b1bd8a24ce184e2b27e12d76fccaf79d88f7976 /src/cryptonote_core/blockchain.h | |
parent | blockchain: use the new hardfork class (diff) | |
download | monero-8ffc508cef31002942e5548270f55093a4562eb5.tar.xz |
core: moan when we think an update is needed to get latest hard fork info
Diffstat (limited to 'src/cryptonote_core/blockchain.h')
-rw-r--r-- | src/cryptonote_core/blockchain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h index 4693d4164..967745c46 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -159,6 +159,8 @@ namespace cryptonote void set_show_time_stats(bool stats) { m_show_time_stats = stats; } + HardFork::State get_hard_fork_state() const; + BlockchainDB& get_db() { return *m_db; |