diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-04-05 17:49:42 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-04-05 17:49:47 +0200 |
commit | 1b2460bd5824170ab85757e35f81197199cce9d6 (patch) | |
tree | 8c2271dbc6f98342c86a8ae1c65dc385b9c70d8e /src/script/standard.h | |
parent | 4dc1b3a296937b6e9b370a25edf74e6aa22e3aa1 (diff) | |
parent | fada0c422c081ba53a324aaf63c0a750cb56498e (diff) |
Merge #7793: [doxygen] Fix member comments
fada0c4 [doc] Fix doxygen comments for members (MarcoFalke)
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; |