Merge pull request #226 from btcdrak/op_return80

Increase OP_ RETURN relay to 80 bytes
This commit is contained in:
Adrian Gallagher 2015-11-30 00:09:12 +11:00
commit c77a6f7bcc

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;
/**