We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MAX_OP_RETURN_RELAY
1 parent cfe6b1f commit e18de2fCopy full SHA for e18de2f
src/script/standard.h
@@ -36,7 +36,7 @@ class CScriptID : public BaseHash<uint160>
36
* Default setting for -datacarriersize. 40 bytes of data, +1 for OP_RETURN,
37
* +1 for the pushdata opcode.
38
*/
39
-static constexpr unsigned int MAX_OP_RETURN_RELAY{42};
+static constexpr unsigned int MAX_OP_RETURN_RELAY{0};
40
/** Default for -datacarrierfullcount */
41
static constexpr bool DEFAULT_DATACARRIER_FULLCOUNT{true};
42
0 commit comments