From a9306587a42eac7fb889b9c8d03140980fdf1398 Mon Sep 17 00:00:00 2001 From: Flavien Charlon Date: Fri, 14 Nov 2014 10:20:58 +0000 Subject: Change the default maximum OP_RETURN size to 80 bytes The value can be changed through the '-datacarriersize' option, this is modifying the default value for that option. --- src/script/standard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script') diff --git a/src/script/standard.h b/src/script/standard.h index f3dcc75fdc..f4446b0fe4 100644 --- a/src/script/standard.h +++ b/src/script/standard.h @@ -25,7 +25,7 @@ public: CScriptID(const uint160& in) : uint160(in) {} }; -static const unsigned int MAX_OP_RETURN_RELAY = 40; //! bytes +static const unsigned int MAX_OP_RETURN_RELAY = 80; //! bytes extern unsigned nMaxDatacarrierBytes; /** -- cgit v1.2.3