From 7e4e0021f422eec55fb0417b1d6e86ceddc1934f Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 12 Aug 2016 19:19:25 +0100 Subject: daemon: print time to next fork --- src/cryptonote_core/hardfork.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/cryptonote_core/hardfork.h') diff --git a/src/cryptonote_core/hardfork.h b/src/cryptonote_core/hardfork.h index b3d485878..33b958f9c 100644 --- a/src/cryptonote_core/hardfork.h +++ b/src/cryptonote_core/hardfork.h @@ -168,6 +168,13 @@ namespace cryptonote */ uint8_t get_ideal_version(uint64_t height) const; + /** + * @brief returns the next version + * + * This is the version which will we fork to next + */ + uint8_t get_next_version() const; + /** * @brief returns the current version * -- cgit v1.2.3