Skip to content

Commit

Permalink
MAX_OP_RETURN_RELAY reduiced to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Retropex authored Dec 24, 2023
1 parent cfe6b1f commit e18de2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/standard.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CScriptID : public BaseHash<uint160>
* Default setting for -datacarriersize. 40 bytes of data, +1 for OP_RETURN,
* +1 for the pushdata opcode.
*/
static constexpr unsigned int MAX_OP_RETURN_RELAY{42};
static constexpr unsigned int MAX_OP_RETURN_RELAY{0};
/** Default for -datacarrierfullcount */
static constexpr bool DEFAULT_DATACARRIER_FULLCOUNT{true};

Expand Down

0 comments on commit e18de2f

Please sign in to comment.