diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-05-19 16:23:59 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-05-19 16:27:24 +0000 |
| commit | f0371210e9aed50d6eff85ebcd9b99d928e84159 (patch) | |
| tree | 068af39a33baab23530626c02bb26cce1f985b84 /src/cryptonote_core/cryptonote_core.h | |
| parent | 77a008f71454ce4dd4bce033bc0319a49e2cec51 (diff) | |
| download | monzero-core-f0371210e9aed50d6eff85ebcd9b99d928e84159.tar.gz monzero-core-f0371210e9aed50d6eff85ebcd9b99d928e84159.tar.xz monzero-core-f0371210e9aed50d6eff85ebcd9b99d928e84159.zip | |
cryptonote_core: remove "We are most likely forked" message
It's time based and we don't have forks every 6 months anymore
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.h')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/cryptonote_core/cryptonote_core.h b/src/cryptonote_core/cryptonote_core.h index 988f25ceb..68c5651f1 100644 --- a/src/cryptonote_core/cryptonote_core.h +++ b/src/cryptonote_core/cryptonote_core.h @@ -1001,18 +1001,6 @@ namespace cryptonote bool check_tx_inputs_keyimages_domain(const transaction& tx) const; /** - * @brief checks HardFork status and prints messages about it - * - * Checks the status of HardFork and logs/prints if an update to - * the daemon is necessary. - * - * @note see Blockchain::get_hard_fork_state and HardFork::State - * - * @return true - */ - bool check_fork_time(); - - /** * @brief attempts to relay any transactions in the mempool which need it * * @return true |
