Capacity increases FAQ: fix typos reported by Dooglus (thanks!)

This commit is contained in:
David A. Harding 2015-12-22 21:44:32 -05:00
parent f16634a6b0
commit 4f906e43fe
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -143,7 +143,7 @@ Hard forks are anything but simple:
Despite these considerable complications, with sufficient precautions, Despite these considerable complications, with sufficient precautions,
none of them is fatal to a hard fork, and we do expect to make hard none of them is fatal to a hard fork, and we do expect to make hard
forks in the future. But with segregated witness (segwit) we have a forks in the future. But with segregated witness (segwit) we have a
soft fork, similar to to other soft forks we've performed and gained soft fork, similar to other soft forks we've performed and gained
experience in deploying, that provides us with many benefits in addition experience in deploying, that provides us with many benefits in addition
to allowing more transactions to be added to the blockchain. to allowing more transactions to be added to the blockchain.
@ -210,12 +210,12 @@ formulate long-term plans.
Wallets that currently support P2SH can migrate to full segregated Wallets that currently support P2SH can migrate to full segregated
witness in two phases: witness in two phases:
- Phase 1: Scripts are hashed twice, first to 256 bytes and then to 160 - Phase 1: Scripts are hashed twice, first to 256 bits and then to 160
bytes. The 160 byte hash will be compatible with existing P2SH bits. The 160 bit hash will be compatible with existing P2SH
addresses, so upgraded wallets will be able to send and receive addresses, so upgraded wallets will be able to send and receive
bitcoins to and from currently existing wallets. bitcoins to and from currently existing wallets.
- Phase 2: Scripts are hashed once to 256 bytes. This format will not be - Phase 2: Scripts are hashed once to 256 bits. This format will not be
compatible with existing wallets but will allow more efficient use of compatible with existing wallets but will allow more efficient use of
block space and will offer better security due to greater collision block space and will offer better security due to greater collision
resistance. resistance.
@ -246,7 +246,7 @@ table; they are just provided for reference.)
Web wallets and exchanges that send large numbers of transactions each Web wallets and exchanges that send large numbers of transactions each
day at fixed rates (such as for free or for 1% per spend) are expected day at fixed rates (such as for free or for 1% per spend) are expected
to be early adopters---even the small savings per spend seen in the to be early adopters---even the small savings per spend seen in the
table above adds up to significant amounts of money if repeated hundreds table above will add up to significant amounts of money if repeated hundreds
or thousands of times a day. or thousands of times a day.
## I heard you were breaking zero-confirmation transactions. Which technology in the scaling roadmap is doing that? {#rbf} ## I heard you were breaking zero-confirmation transactions. Which technology in the scaling roadmap is doing that? {#rbf}
@ -311,7 +311,7 @@ either. For example,
The BIP66 (strict DER) soft fork which activated in July 2015 will The BIP66 (strict DER) soft fork which activated in July 2015 will
soon be providing reduced processing time by making it possible to soon be providing reduced processing time by making it possible to
switch to libsecp256k1 for validation as described elsewhere is this switch to libsecp256k1 for validation as described elsewhere is this
FAQ. The reduced validation time make makes it fairly unique among soft FAQ. The reduced validation time makes it uncommon among soft
forks in providing direct benefits to miners. forks in providing direct benefits to miners.
What segregated witness (segwit) does is provide several major benefits What segregated witness (segwit) does is provide several major benefits