doc: Fix validation typo

This commit is contained in:
MarcoFalke 2021-06-08 16:57:40 +02:00
parent fab89006d6
commit fae8786033
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

View File

@ -191,7 +191,7 @@ bool CheckFinalTx(const CBlockIndex* active_chain_tip, const CTransaction &tx, i
// CheckFinalTx() uses active_chain_tip.Height()+1 to evaluate
// nLockTime because when IsFinalTx() is called within
// CBlock::AcceptBlock(), the height of the block *being*
// AcceptBlock(), the height of the block *being*
// evaluated is what is used. Thus if we want to know if a
// transaction can be part of the *next* block, we need to call
// IsFinalTx() with one more than active_chain_tip.Height().