Skip to content

Commit e18de2f

Browse files
authored
MAX_OP_RETURN_RELAY reduiced to 0
1 parent cfe6b1f commit e18de2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/standard.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CScriptID : public BaseHash<uint160>
3636
* Default setting for -datacarriersize. 40 bytes of data, +1 for OP_RETURN,
3737
* +1 for the pushdata opcode.
3838
*/
39-
static constexpr unsigned int MAX_OP_RETURN_RELAY{42};
39+
static constexpr unsigned int MAX_OP_RETURN_RELAY{0};
4040
/** Default for -datacarrierfullcount */
4141
static constexpr bool DEFAULT_DATACARRIER_FULLCOUNT{true};
4242

0 commit comments

Comments
 (0)