1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

Made changes to ch08.asciidoc

This commit is contained in:
drusselloctal@gmail.com 2014-11-01 14:07:13 -07:00
parent c487dc63da
commit 6fe6849995

View File

@ -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)
* <<nLockTime>> is less than or equal to <<INT_MAX>>
* +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)