There was an error while loading. Please reload this page.
1 parent 3d3ce74 commit a930658Copy full SHA for a930658
1 file changed
src/script/standard.h
@@ -25,7 +25,7 @@ class CScriptID : public uint160
25
CScriptID(const uint160& in) : uint160(in) {}
26
};
27
28
-static const unsigned int MAX_OP_RETURN_RELAY = 40; //! bytes
+static const unsigned int MAX_OP_RETURN_RELAY = 80; //! bytes
29
extern unsigned nMaxDatacarrierBytes;
30
31
/**
0 commit comments