mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 03:02:37 +02:00
Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos
fafe7b3contrib: Make fix-copyright-headers.py more portable (MarcoFalke)fa27c0a[doc] Fix typos in comments, doxygen: Fix comment syntax (MarcoFalke)fabfd5d[qa] pull-tester: Don't mute zmq ImportError (MarcoFalke)67a5502init: Fix typo in help message for -whitelistforcerelay (Wladimir J. van der Laan)
This commit is contained in:
@@ -12,7 +12,7 @@ class CBlockIndex;
|
||||
class CZMQAbstractPublishNotifier : public CZMQAbstractNotifier
|
||||
{
|
||||
private:
|
||||
uint32_t nSequence; //! upcounting per message sequence number
|
||||
uint32_t nSequence; //!< upcounting per message sequence number
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user