mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 02:02:42 +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:
@@ -22,9 +22,9 @@ static const unsigned char REJECT_CHECKPOINT = 0x43;
|
||||
class CValidationState {
|
||||
private:
|
||||
enum mode_state {
|
||||
MODE_VALID, //! everything ok
|
||||
MODE_INVALID, //! network rule violation (DoS value may be set)
|
||||
MODE_ERROR, //! run-time error
|
||||
MODE_VALID, //!< everything ok
|
||||
MODE_INVALID, //!< network rule violation (DoS value may be set)
|
||||
MODE_ERROR, //!< run-time error
|
||||
} mode;
|
||||
int nDoS;
|
||||
std::string strRejectReason;
|
||||
|
||||
Reference in New Issue
Block a user