Skip to content

Commit

Permalink
Change the default maximum OP_RETURN size to 80 bytes
Browse files Browse the repository at this point in the history
The value can be changed through the '-datacarriersize' option, this
is modifying the default value for that option.
  • Loading branch information
Flavien committed Nov 14, 2014
1 parent 3d3ce74 commit a930658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/standard.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CScriptID : public uint160
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;

/**
Expand Down

0 comments on commit a930658

Please sign in to comment.