diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-10-31 11:10:10 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-10-31 11:16:09 +0100 |
| commit | 96012e83f1a1e35dd4361516f91d0ac7b87c637b (patch) | |
| tree | 1f14b877a32978c7fba0b2a1ace5abec943bc3a1 /src/script/standard.h | |
| parent | Merge pull request #5168 (diff) | |
| parent | Enable customising node policy for datacarrier data size with a -datacarriers... (diff) | |
| download | discoin-96012e83f1a1e35dd4361516f91d0ac7b87c637b.tar.xz discoin-96012e83f1a1e35dd4361516f91d0ac7b87c637b.zip | |
Merge pull request #5077
2aa6329 Enable customising node policy for datacarrier data size with a -datacarriersize option (Luke Dashjr)
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 248b941a6..504d98c68 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, |