From cb5e430d8686b9613983644c0f7b03c02d6b9e7b Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Sat, 14 Jun 2014 08:04:46 -0400 Subject: [PATCH] Mention nLockTime In Locktime Section For Those Searching By String --- _includes/guide_transactions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/guide_transactions.md b/_includes/guide_transactions.md index d7d1502a..ed75cef3 100644 --- a/_includes/guide_transactions.md +++ b/_includes/guide_transactions.md @@ -508,6 +508,7 @@ hash types sign, including the procedure for inserting the subscript --> {% autocrossref %} One thing all signature hash types sign is the transaction's [locktime][]{:#term-locktime}{:.term}. +(Called nLockTime in the Bitcoin Core source code.) The locktime indicates the earliest time a transaction can be added to the block chain.