Skip to content

Commit a930658

Browse files
committed
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.
1 parent 3d3ce74 commit a930658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/script/standard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CScriptID : public uint160
2525
CScriptID(const uint160& in) : uint160(in) {}
2626
};
2727

28-
static const unsigned int MAX_OP_RETURN_RELAY = 40; //! bytes
28+
static const unsigned int MAX_OP_RETURN_RELAY = 80; //! bytes
2929
extern unsigned nMaxDatacarrierBytes;
3030

3131
/**

0 commit comments

Comments
 (0)