diff options
| author | MarcoFalke <[email protected]> | 2018-09-26 15:44:44 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-09-26 15:42:21 -0400 |
| commit | fa69ac761441af3e1195fbb4018b18233a4433d2 (patch) | |
| tree | ce4f9f1b51db76f3b46249efae526701f6ee9b7f /src/net_processing.h | |
| parent | Merge #13877: utils: Make fs::path::string() always return utf-8 string on Wi... (diff) | |
| download | discoin-fa69ac761441af3e1195fbb4018b18233a4433d2.tar.xz discoin-fa69ac761441af3e1195fbb4018b18233a4433d2.zip | |
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 496c3c7b0..04904399d 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; |