We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5cccb commit 0b8f201Copy full SHA for 0b8f201
src/script/standard.h
@@ -27,7 +27,7 @@ class CScriptID : public uint160
27
CScriptID(const uint160& in) : uint160(in) {}
28
};
29
30
-static const unsigned int MAX_OP_RETURN_RELAY = 2051; //! bytes (+1 for OP_RETURN, +2 for the pushdata opcodes, +2048 for BDAP data)
+static const unsigned int MAX_OP_RETURN_RELAY = 83; //! bytes (+1 for OP_RETURN, +2 for the push data opcodes)
31
extern bool fAcceptDatacarrier;
32
extern unsigned nMaxDatacarrierBytes;
33
0 commit comments