diff options
| author | Luke Dashjr <[email protected]> | 2014-10-10 23:55:14 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2014-10-27 09:41:57 +0000 |
| commit | 2aa632921efd861a7c9968e8faf6c73cb3d62c4a (patch) | |
| tree | 16dcffd8471a67df2fcd537f885af2c3797ce5e1 /src/script/standard.h | |
| parent | Merge pull request #5134 (diff) | |
| download | discoin-2aa632921efd861a7c9968e8faf6c73cb3d62c4a.tar.xz discoin-2aa632921efd861a7c9968e8faf6c73cb3d62c4a.zip | |
Enable customising node policy for datacarrier data size with a -datacarriersize option
Diffstat (limited to 'src/script/standard.h')
| -rw-r--r-- | src/script/standard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/standard.h b/src/script/standard.h index 961b214c8..d795121e3 100644 --- a/src/script/standard.h +++ b/src/script/standard.h @@ -26,6 +26,7 @@ public: }; static const unsigned int MAX_OP_RETURN_RELAY = 40; // bytes +extern unsigned nMaxDatacarrierBytes; // Mandatory script verification flags that all new blocks must comply with for // them to be valid. (but old blocks may not comply with) Currently just P2SH, |