mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Constrain constant values to a single location in code
This commit is contained in:
parent
92aa7311d6
commit
b966aa836a
24 changed files with 118 additions and 78 deletions
|
|
@ -16,6 +16,7 @@ using namespace std;
|
|||
|
||||
typedef vector<unsigned char> valtype;
|
||||
|
||||
bool fAcceptDatacarrier = true;
|
||||
unsigned nMaxDatacarrierBytes = MAX_OP_RETURN_RELAY;
|
||||
|
||||
CScriptID::CScriptID(const CScript& in) : uint160(Hash160(in.begin(), in.end())) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue