From c3cbd8d6007809e9980bc6219ba004a116e58d18 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 02:40:45 +0000 Subject: [PATCH] Edited ch06_transactions.adoc with Atlas code editor --- ch06_transactions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06_transactions.adoc b/ch06_transactions.adoc index 969569e2..56c36e4a 100644 --- a/ch06_transactions.adoc +++ b/ch06_transactions.adoc @@ -1059,7 +1059,7 @@ transaction in a block unless it satisfies one of the following rules: included in the blockchain by setting its lock time to a value of 500,000,000 or greater. In this case, the field is parsed as epoch time (the number of seconds since 1970-01-01T00:00 UTC) and the - transaction can only be included in a block with a _median time past_ + transaction can only be included in a ((("median time past (MTP)")))block with a _median time past_ (MTP) greater than the lock time. MTP is normally about an hour or two behind the current time. The rules for MTP are described in <>.