core: display any fork warning at startup too

This is a good time for the operator to be around and see it
release-v0.4.0.1
moneromooo-monero 7 years ago
parent 969ad710ba
commit e3cae4ae2e
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -783,7 +783,7 @@ namespace cryptonote
cryptonote_protocol_stub m_protocol_stub; //!< cryptonote protocol stub instance
epee::math_helper::once_a_time_seconds<60*60*12, false> m_store_blockchain_interval; //!< interval for manual storing of Blockchain, if enabled
epee::math_helper::once_a_time_seconds<60*60*2, false> m_fork_moaner; //!< interval for checking HardFork status
epee::math_helper::once_a_time_seconds<60*60*2, true> m_fork_moaner; //!< interval for checking HardFork status
epee::math_helper::once_a_time_seconds<60*2, false> m_txpool_auto_relayer; //!< interval for checking re-relaying txpool transactions
friend class tx_validate_inputs;

Loading…
Cancel
Save