mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-05 10:12:48 +01:00
[doc] Fix doxygen comments for members
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
CScriptID(const uint160& in) : uint160(in) {}
|
||||
};
|
||||
|
||||
static const unsigned int MAX_OP_RETURN_RELAY = 83; //! bytes (+1 for OP_RETURN, +2 for the pushdata opcodes)
|
||||
static const unsigned int MAX_OP_RETURN_RELAY = 83; //!< bytes (+1 for OP_RETURN, +2 for the pushdata opcodes)
|
||||
extern bool fAcceptDatacarrier;
|
||||
extern unsigned nMaxDatacarrierBytes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user