diff options
| author | MarcoFalke <[email protected]> | 2016-04-03 11:49:36 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-04-03 11:58:01 +0200 |
| commit | fada0c422c081ba53a324aaf63c0a750cb56498e (patch) | |
| tree | cb5bfc67fed9a66c67582fa4ade5fe77b8442259 /src/script/standard.h | |
| parent | Merge #7691: [Wallet] refactor wallet/init interaction (diff) | |
| download | discoin-fada0c422c081ba53a324aaf63c0a750cb56498e.tar.xz discoin-fada0c422c081ba53a324aaf63c0a750cb56498e.zip | |
[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 64bf010ec..f348da8e1 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; |