doxygen: Fix member comments

This commit is contained in:
MarcoFalke
2018-09-26 15:44:44 -04:00
parent cc7258bdfb
commit fa69ac7614
6 changed files with 32 additions and 32 deletions

View File

@@ -68,7 +68,7 @@ public:
void EvictExtraOutboundPeers(int64_t time_in_seconds);
private:
int64_t m_stale_tip_check_time; //! Next time to check for stale tip
int64_t m_stale_tip_check_time; //!< Next time to check for stale tip
/** Enable BIP61 (sending reject messages) */
const bool m_enable_bip61;