Skip to content

Commit

Permalink
let's not enforce low_s just yet
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Jul 14, 2019
1 parent af4aa41 commit 615d0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/policy.h
Expand Up @@ -51,7 +51,7 @@ static constexpr unsigned int STANDARD_SCRIPT_VERIFY_FLAGS = MANDATORY_SCRIPT_VE
SCRIPT_VERIFY_NULLFAIL |
SCRIPT_VERIFY_CHECKLOCKTIMEVERIFY |
SCRIPT_VERIFY_CHECKSEQUENCEVERIFY |
SCRIPT_VERIFY_LOW_S |
//ppcTODO until fork we can't enforce this SCRIPT_VERIFY_LOW_S |
SCRIPT_VERIFY_WITNESS |
SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_WITNESS_PROGRAM |
SCRIPT_VERIFY_WITNESS_PUBKEYTYPE |
Expand Down

0 comments on commit 615d0b4

Please sign in to comment.