diff options
| author | Alex Morcos <[email protected]> | 2016-02-11 15:34:04 -0500 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2016-02-11 15:34:04 -0500 |
| commit | b043c4b746c8199ce948aa5e8b186e0d1a61ad68 (patch) | |
| tree | 4fdcc4c38f5bafb50f9ad9921aac0edc0e2ed8a3 /src/policy | |
| parent | Bug fix to RPC test (diff) | |
| download | discoin-b043c4b746c8199ce948aa5e8b186e0d1a61ad68.tar.xz discoin-b043c4b746c8199ce948aa5e8b186e0d1a61ad68.zip | |
fix sdaftuar's nits again
it boggles the mind why these nits can't be delivered on a more timely basis
Diffstat (limited to 'src/policy')
| -rw-r--r-- | src/policy/policy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy/policy.h b/src/policy/policy.h index 5034b2386..f25dbf22d 100644 --- a/src/policy/policy.h +++ b/src/policy/policy.h @@ -45,7 +45,7 @@ static const unsigned int STANDARD_SCRIPT_VERIFY_FLAGS = MANDATORY_SCRIPT_VERIFY /** For convenience, standard but not mandatory verify flags. */ static const unsigned int STANDARD_NOT_MANDATORY_VERIFY_FLAGS = STANDARD_SCRIPT_VERIFY_FLAGS & ~MANDATORY_SCRIPT_VERIFY_FLAGS; -/** Used as the flags parameter to LockTime() in non-consensus code. */ +/** Used as the flags parameter to sequence and nLocktime checks in non-consensus code. */ static const unsigned int STANDARD_LOCKTIME_VERIFY_FLAGS = LOCKTIME_VERIFY_SEQUENCE | LOCKTIME_MEDIAN_TIME_PAST; |