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:
parent
3d3ce7421e
commit
a9306587a4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue