Merge branch 'master' into 'master'
set default datacarriersize to 15000 See merge request blackcoin/blackcoin-more!4
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
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 = 15000; //!< bytes (+1 for OP_RETURN, +2 for the pushdata opcodes)
|
||||
extern bool fAcceptDatacarrier;
|
||||
extern unsigned nMaxDatacarrierBytes;
|
||||
|
||||
@@ -36,7 +36,7 @@ extern unsigned nMaxDatacarrierBytes;
|
||||
* them to be valid. (but old blocks may not comply with) Currently just P2SH,
|
||||
* but in the future other flags may be added, such as a soft-fork to enforce
|
||||
* strict DER encoding.
|
||||
*
|
||||
*
|
||||
* Failing one of these tests may trigger a DoS ban - see CheckInputs() for
|
||||
* details.
|
||||
*/
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
friend bool operator<(const CNoDestination &a, const CNoDestination &b) { return true; }
|
||||
};
|
||||
|
||||
/**
|
||||
/**
|
||||
* A txout script template with a specific destination. It is either:
|
||||
* * CNoDestination: no destination set
|
||||
* * CKeyID: TX_PUBKEYHASH destination
|
||||
|
||||
Reference in New Issue
Block a user