diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-09-26 15:44:44 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-09-26 15:42:21 -0400 |
commit | fa69ac761441af3e1195fbb4018b18233a4433d2 (patch) | |
tree | ce4f9f1b51db76f3b46249efae526701f6ee9b7f /src/net_processing.h | |
parent | cc7258bdfb44c5b5f3498296d8c9e6791655e89f (diff) |
doxygen: Fix member comments
Diffstat (limited to 'src/net_processing.h')
-rw-r--r-- | src/net_processing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net_processing.h b/src/net_processing.h index 496c3c7b0d..04904399dd 100644 --- a/src/net_processing.h +++ b/src/net_processing.h @@ -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; |