diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-07-20 14:01:27 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-07-20 14:01:27 +0200 |
commit | 8e143fcf1dd09820bc2f9c43f9ed8534d6f9cd38 (patch) | |
tree | c3f2292f890fa8e130a92b0b322627cb417156e5 /src/cryptonote_core/hardfork.h | |
parent | Merge pull request #917 (diff) | |
parent | remove hf_starting_height db (diff) | |
download | monero-8e143fcf1dd09820bc2f9c43f9ed8534d6f9cd38.tar.xz |
Merge pull request #911
d7b681c remove hf_starting_height db (moneromooo-monero)
Diffstat (limited to '')
-rw-r--r-- | src/cryptonote_core/hardfork.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cryptonote_core/hardfork.h b/src/cryptonote_core/hardfork.h index d9ef04113..b3d485878 100644 --- a/src/cryptonote_core/hardfork.h +++ b/src/cryptonote_core/hardfork.h @@ -155,13 +155,6 @@ namespace cryptonote uint8_t get(uint64_t height) const; /** - * @brief returns the height of the first block on the fork with th given version - * - * @param version version of the fork to query the starting block for - */ - uint64_t get_start_height(uint8_t version) const; - - /** * @brief returns the latest "ideal" version * * This is the latest version that's been scheduled |