Skip to content

Commit 34e12fa

Browse files
glozowPastaPastaPasta
authored andcommitted
Merge bitcoin#24564: doc: Clarify that CheckSequenceLocksAtTip is a validation function
fa86710 Clarify that CheckSequenceLocksAtTip is a validation function (MarcoFalke) Pull request description: It has been pointed out that a bug in this function can prevent block template creation. ( bitcoin#24080 (comment) ) So it seems that the scope of this function is more than "policy". Rename it back to "validation", to partially revert commit fa4e30b. ACKs for top commit: ajtowns: ACK fa86710 - looks fine to me glozow: ACK fa86710 Tree-SHA512: 2e0df8c70df4cbea857977f140a8616cfa7505e74df66c9c9fbcf184670ce3ce7567183c3f76e6f3fe8ca6de0e065b9babde6352d6cb495e71ea077ddedbc3f4
1 parent d529751 commit 34e12fa

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
@@ -275,7 +275,7 @@ bool GetUTXOCoin(CChainState& active_chainstate, const COutPoint& outpoint, Coin
275275
int GetUTXOHeight(CChainState& active_chainstate, const COutPoint& outpoint);
276276
int GetUTXOConfirmations(CChainState& active_chainstate, const COutPoint& outpoint);
277277

278-
/* Transaction policy functions */
278+
/* Mempool validation helper functions */
279279

280280
/**
281281
* Check if transaction will be final in the next block to be created.

0 commit comments

Comments
 (0)