Browse Source

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.
0.13
Flavien Charlon 10 years ago
parent
commit
a9306587a4
  1. 2
      src/script/standard.h

2
src/script/standard.h

@ -25,7 +25,7 @@ public:
CScriptID(const uint160& in) : uint160(in) {} 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; extern unsigned nMaxDatacarrierBytes;
/** /**

Loading…
Cancel
Save