From f47d4379d4c6a77f84deeb3812119dc8c11581a7 Mon Sep 17 00:00:00 2001 From: Will Binns Date: Wed, 10 Mar 2021 10:21:58 +0100 Subject: [PATCH] ch10: s/100/82/ Closes #790 --- ch10.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch10.asciidoc b/ch10.asciidoc index 4bb805ac..8bd5b5f0 100644 --- a/ch10.asciidoc +++ b/ch10.asciidoc @@ -111,7 +111,7 @@ Each node verifies every transaction against a long checklist of criteria: * Each output value, as well as the total, must be within the allowed range of values (less than 21m coins, more than the _dust_ threshold). * None of the inputs have hash=0, N=–1 (coinbase transactions should not be relayed). * +nLocktime+ is equal to +INT_MAX+, or +nLocktime+ and +nSequence+ values are satisfied according to +MedianTimePast+. -* The transaction size in bytes is greater than or equal to 100. +* The transaction size in bytes is greater than or equal to 82. * The number of signature operations (SIGOPS) 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). * A matching transaction in the pool, or in a block in the main branch, must exist.