mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-06 18:53:21 +01:00
Merge pull request #5286
44e9a6bUpdate the 'test_IsStandard' unit test (Flavien Charlon)a930658Change the default maximum OP_RETURN size to 80 bytes (Flavien Charlon)
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user