Skip to content

Commit fae8786

Browse files
author
MarcoFalke
committed
doc: Fix validation typo
1 parent fab8900 commit fae8786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ bool CheckFinalTx(const CBlockIndex* active_chain_tip, const CTransaction &tx, i
191191

192192
// CheckFinalTx() uses active_chain_tip.Height()+1 to evaluate
193193
// nLockTime because when IsFinalTx() is called within
194-
// CBlock::AcceptBlock(), the height of the block *being*
194+
// AcceptBlock(), the height of the block *being*
195195
// evaluated is what is used. Thus if we want to know if a
196196
// transaction can be part of the *next* block, we need to call
197197
// IsFinalTx() with one more than active_chain_tip.Height().

0 commit comments

Comments
 (0)