This commit is contained in:
jl777
2016-10-19 12:30:43 -03:00
parent e7f99312d3
commit 5b760d3f80
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ public:
CScriptID(const uint160& in) : uint160(in) {}
};
static const unsigned int MAX_OP_RETURN_RELAY = 80; //! bytes
static const unsigned int MAX_OP_RETURN_RELAY = 8192; //! bytes
extern unsigned nMaxDatacarrierBytes;
/**