mirror of
https://github.com/bitcoin/bips.git
synced 2024-11-19 01:40:05 +01:00
BIP-0030 documentation now reflects reality.
This commit is contained in:
parent
69ab42039c
commit
c2cd720f26
@ -17,7 +17,7 @@ So far, the Bitcoin reference implementation always assumed duplicate transactio
|
||||
To counter this problem, the following network rule is introduced:
|
||||
*Blocks are not allowed to contain a transaction whose identifier matches that of an earlier, not-fully-spent transaction in the same chain.
|
||||
|
||||
This rule is to be applied to all blocks whose timestamp is after March 15, 2012, 00:00 UTC (testnet: February 20, 2012 00:00 UTC).
|
||||
This rule initially applied to all blocks whose timestamp is after March 15, 2012, 00:00 UTC (testnet: February 20, 2012 00:00 UTC). It was later extended by Commit [https://github.com/bitcoin/bitcoin/commit/ab91bf39b7c11e9c86bb2043c24f0f377f1cf514 Apply BIP30 checks to all blocks except the two historic violations.] to apply to all blocks except the two historic blocks at heights 91842 and 91880 on the main chain that had to be grandfathered in.
|
||||
|
||||
==Rationale==
|
||||
Whatever solution is used, the following law must be obeyed to guarantee sane behaviour: the set of usable
|
||||
|
Loading…
Reference in New Issue
Block a user