diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-04-03 11:49:36 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-04-03 11:58:01 +0200 |
commit | fada0c422c081ba53a324aaf63c0a750cb56498e (patch) | |
tree | cb5bfc67fed9a66c67582fa4ade5fe77b8442259 /src/script/standard.h | |
parent | 30c2dd8d0598afac9319d3a813a89a682b9c0d34 (diff) |
[doc] Fix doxygen comments for members
Diffstat (limited to 'src/script/standard.h')
-rw-r--r-- | src/script/standard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/standard.h b/src/script/standard.h index 64bf010ec1..f348da8e19 100644 --- a/src/script/standard.h +++ b/src/script/standard.h @@ -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; |