From 77759b5eed7ca12513cd0086e2ea5064f33966de Mon Sep 17 00:00:00 2001 From: "drusselloctal@gmail.com" Date: Sat, 1 Nov 2014 13:13:38 -0700 Subject: [PATCH] Made changes to ch05.asciidoc --- ch05.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05.asciidoc b/ch05.asciidoc index 868f8c7c..b35f4977 100644 --- a/ch05.asciidoc +++ b/ch05.asciidoc @@ -198,7 +198,7 @@ Once the UTXO is selected, the wallet then produces unlocking scripts containing [NOTE] ==== -The sequence number is used to override a transaction prior to the expiration of the transaction locktime, which is a feature that is currently disabled in bitcoin. Most transactions set this value to the maximum integer value (0xFFFFFFFF) and it is ignored by the bitcoin network. If the transaction has a non-zero locktime, at least one of its inputs must have a sequence number below 0xFFFFFFFF in order to enable locktime. +The sequence number is used to override a transaction prior to the expiration of the transaction locktime, which is a feature that is currently disabled in bitcoin. Most transactions set this value to the maximum integer value (0xFFFFFFFF) and it is ignored by the bitcoin network. If the transaction has a nonzero locktime, at least one of its inputs must have a sequence number below 0xFFFFFFFF in order to enable locktime. ==== [[tx_fees]]