From 6fe68499956c2dcfb9f93b8f1a19e3a5678f8ca5 Mon Sep 17 00:00:00 2001 From: "drusselloctal@gmail.com" Date: Sat, 1 Nov 2014 14:07:13 -0700 Subject: [PATCH] Made changes to ch08.asciidoc --- ch08.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch08.asciidoc b/ch08.asciidoc index 7e095c9c..755a6684 100644 --- a/ch08.asciidoc +++ b/ch08.asciidoc @@ -97,7 +97,7 @@ Each node verifies every transaction against a long checklist of criteria: * The transaction size in bytes is less than +MAX_BLOCK_SIZE+ * Each output value, as well as the total, must be within the allowed range of values (less than 21m coins, more than 0) * None of the inputs have hash=0, N=–1 (coinbase transactions should not be relayed) -* <> is less than or equal to <> +* +nLockTime+ is less than or equal to +INT_MAX+ * The transaction size in bytes is greater than or equal to 100 * The number of signature operations contained in the transaction is less than the signature operation limit * The unlocking script (+scriptSig+) can only push numbers on the stack, and the locking script (+scriptPubkey+) must match +isStandard+ forms (this rejects "nonstandard" transactions)