Skip to content

Commit fa86710

Browse files
author
MarcoFalke
committed
Clarify that CheckSequenceLocksAtTip is a validation function
1 parent 28bdaa3 commit fa86710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ PackageMempoolAcceptResult ProcessNewPackage(CChainState& active_chainstate, CTx
273273
const Package& txns, bool test_accept)
274274
EXCLUSIVE_LOCKS_REQUIRED(cs_main);
275275

276-
/* Transaction policy functions */
276+
/* Mempool validation helper functions */
277277

278278
/**
279279
* Check if transaction will be final in the next block to be created.

0 commit comments

Comments
 (0)