Skip to content

Commit

Permalink
Update default max size for relay of standard transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
FornaxA committed Mar 30, 2020
1 parent 0d68aab commit 65734c4
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 @@ -27,7 +27,7 @@ class CScriptID : public uint160
CScriptID(const uint160& in) : uint160(in) {}
};

static const unsigned int MAX_OP_RETURN_RELAY = 83; //!< bytes (+1 for OP_RETURN, +2 for the pushdata opcodes)
static const unsigned int MAX_OP_RETURN_RELAY = 184; //!< bytes (+1 for OP_RETURN, +5 for the OpRetGroupId, +178 for GroupDescData)
extern bool fAcceptDatacarrier;
extern unsigned nMaxDatacarrierBytes;

Expand Down

0 comments on commit 65734c4

Please sign in to comment.