aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-05-19 16:23:59 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-05-19 16:27:24 +0000
commitf0371210e9aed50d6eff85ebcd9b99d928e84159 (patch)
tree068af39a33baab23530626c02bb26cce1f985b84 /src/cryptonote_core/cryptonote_core.h
parent77a008f71454ce4dd4bce033bc0319a49e2cec51 (diff)
downloadmonzero-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.h12
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