Skip to content

Commit

Permalink
LOW_S and NULLFAIL are now mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
protonn committed Apr 1, 2018
1 parent 2c45760 commit 1ecef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/standard.h
Expand Up @@ -40,7 +40,7 @@ extern unsigned nMaxDatacarrierBytes;
* Failing one of these tests may trigger a DoS ban - see CheckInputs() for
* details.
*/
static const unsigned int MANDATORY_SCRIPT_VERIFY_FLAGS = SCRIPT_VERIFY_P2SH;
static const unsigned int MANDATORY_SCRIPT_VERIFY_FLAGS = SCRIPT_VERIFY_P2SH | SCRIPT_VERIFY_LOW_S | SCRIPT_VERIFY_NULLFAIL;

enum txnouttype
{
Expand Down

0 comments on commit 1ecef0c

Please sign in to comment.