diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-03-14 16:52:55 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-03-14 16:48:27 +0100 |
commit | fa8671018766b2f0e18c94cff3ab2a67c6b3a41d (patch) | |
tree | 7c83fd150607765150de64f86c10e3010586ed6d | |
parent | 28bdaa3f7697eef6c3d97e952228ce92e5d18aae (diff) |
Clarify that CheckSequenceLocksAtTip is a validation function
-rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index 965ed4225e..2199de3197 100644 --- a/src/validation.h +++ b/src/validation.h @@ -273,7 +273,7 @@ PackageMempoolAcceptResult ProcessNewPackage(CChainState& active_chainstate, CTx const Package& txns, bool test_accept) EXCLUSIVE_LOCKS_REQUIRED(cs_main); -/* Transaction policy functions */ +/* Mempool validation helper functions */ /** * Check if transaction will be final in the next block to be created. |