Clarify that CheckSequenceLocksAtTip is a validation function

This commit is contained in:
MarcoFalke 2022-03-14 16:52:55 +01:00
parent 28bdaa3f76
commit fa86710187
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

View File

@ -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.