Change the default maximum OP_RETURN size to 80 bytes

The value can be changed through the '-datacarriersize' option, this
is modifying the default value for that option.
This commit is contained in:
Flavien Charlon 2014-11-14 10:20:58 +00:00
parent 3d3ce7421e
commit a9306587a4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public:
CScriptID(const uint160& in) : uint160(in) {}
};
static const unsigned int MAX_OP_RETURN_RELAY = 40; //! bytes
static const unsigned int MAX_OP_RETURN_RELAY = 80; //! bytes
extern unsigned nMaxDatacarrierBytes;
/**