Enable customising node policy for datacarrier data size with a -datacarriersize option

This commit is contained in:
Luke Dashjr
2014-10-10 23:55:14 +00:00
parent 2ffdf21ce3
commit 2aa632921e
3 changed files with 8 additions and 2 deletions

View File

@@ -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,