Spelling Improvements (#3642)

* Spelling Improvement
This commit is contained in:
Alesio Kanani 2021-05-13 14:07:14 -04:00 committed by GitHub
parent f51b6e1376
commit 4155555f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ The main goal and characteristics of the Grin project are:
A detailed post on the step-by-step of how Grin transactions work (with graphics) can be found [in this Medium post](https://medium.com/@brandonarvanaghi/grin-transactions-explained-step-by-step-fdceb905a853). A detailed post on the step-by-step of how Grin transactions work (with graphics) can be found [in this Medium post](https://medium.com/@brandonarvanaghi/grin-transactions-explained-step-by-step-fdceb905a853).
## Tongue Tying for Everyone ## Tongue-Tying for Everyone
This document is targeted at readers with a good This document is targeted at readers with a good
understanding of blockchains and basic cryptography. With that in mind, we attempt understanding of blockchains and basic cryptography. With that in mind, we attempt
@ -291,7 +291,7 @@ Recall that a transaction consists of the following:
* kernel excess (the public key corresponding to the excess value) * kernel excess (the public key corresponding to the excess value)
* transaction signature signed by the excess value (and verifies with the kernel excess) * transaction signature signed by the excess value (and verifies with the kernel excess)
(the presentation above did not explicitly include the kernel excess in the transaction, because it can be computed from the inputs and outputs. This paragrpah shows the benefit in including it, for aggregation within block construction.) (The presentation above did not explicitly include the kernel excess in the transaction, because it can be computed from the inputs and outputs. This paragrpah shows the benefit in including it, for aggregation within block construction.)
We can say the following is true for any valid transaction (ignoring fees for simplicity): We can say the following is true for any valid transaction (ignoring fees for simplicity):