mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-29 01:48:35 +00:00
Merge branch 'wlk-fix-issue-145' into develop
This commit is contained in:
commit
1f74db6744
@ -95,7 +95,7 @@ Each node verifies every transaction against a long checklist of criteria:
|
||||
* The transaction's syntax and data structure must be correct
|
||||
* Neither lists of inputs or outputs are empty
|
||||
* 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)
|
||||
* Each output value, as well as the total, must be within the allowed range of values (less than 21m coins, not negative)
|
||||
* None of the inputs have hash=0, N=-1 (coinbase transactions should not be relayed)
|
||||
* nLockTime is less than or equal to INT_MAX
|
||||
* The transaction size in bytes is greater than or equal to 100
|
||||
|
Loading…
Reference in New Issue
Block a user