diff options
author | Alex Morcos <morcos@chaincode.com> | 2016-02-11 15:34:04 -0500 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2016-02-11 15:34:04 -0500 |
commit | b043c4b746c8199ce948aa5e8b186e0d1a61ad68 (patch) | |
tree | 4fdcc4c38f5bafb50f9ad9921aac0edc0e2ed8a3 /src/main.h | |
parent | a51c79be6b8ef060697287dce3195876069899bd (diff) |
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/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 66b766316e..a576078f06 100644 --- a/src/main.h +++ b/src/main.h @@ -350,7 +350,7 @@ bool SequenceLocks(const CTransaction &tx, int flags, std::vector<int>* prevHeig /** * Check if transaction will be BIP 68 final in the next block to be created. * - * Calls SequenceLocks() with data from the tip of the current active chain. + * Simulates calling SequenceLocks() with data from the tip of the current active chain. * * See consensus/consensus.h for flag definitions. */ |