1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00

[trivial] typo

This commit is contained in:
MarcoFalke 2015-09-14 08:43:29 +02:00 committed by Jorge Timón
parent 1da1397d54
commit 7d31bf365b

View File

@ -32,7 +32,7 @@ deployment of changes.
: A divergence in the implementation of the verification rules can impede the expected eventual convergence of the network in a single chain that has the most proof of work and also satisfies the rules. This can be intentional or be caused by a bug in consensus validation reimplementations. : A divergence in the implementation of the verification rules can impede the expected eventual convergence of the network in a single chain that has the most proof of work and also satisfies the rules. This can be intentional or be caused by a bug in consensus validation reimplementations.
;Softfork ;Softfork
: A change to the Bitcoin protocol wherein previously valid blocks and transactions become invalid. A hashrate majority miners can enforce the new rules so that the change enforced across all clients. Softforks are backward compatible. : A change to the Bitcoin protocol wherein previously valid blocks and transactions become invalid. A hashrate majority of miners can enforce the new rules so that the change enforced across all clients. Softforks are backward compatible.
;Hardfork ;Hardfork
: A change to the Bitcoin protocol that makes previously invalid blocks valid. Hardforks require all users to upgrade. : A change to the Bitcoin protocol that makes previously invalid blocks valid. Hardforks require all users to upgrade.