Merge pull request #226 from btcdrak/op_return80

Increase OP_ RETURN relay to 80 bytes
pull/229/head
Adrian Gallagher 9 years ago
commit c77a6f7bcc

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

Loading…
Cancel
Save