From fa8671018766b2f0e18c94cff3ab2a67c6b3a41d Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 14 Mar 2022 16:52:55 +0100 Subject: Clarify that CheckSequenceLocksAtTip is a validation function --- src/validation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3