Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

Commit

Permalink
Trivial spelling fixes (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgenr8 authored and schancel committed Feb 24, 2018
1 parent 5b398c2 commit e989314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cashaddr.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Encoding the size of the hash in the version field ensure that it is possible to
| 0 | P2KH | 0 |
| 1 | P2SH | 8 |

Further types will be added as news features are added.
Further types will be added as new features are added.

#### Hash

Expand Down Expand Up @@ -92,7 +92,7 @@ uint64_t PolyMod(const data &v) {
````
The checksum is calculated over the following data (list of integers in range 0-31):
1. The lower 5 bits of each characters of the prefix. - e.g. "bit..." becomes 2,9,20,...
1. The lower 5 bits of each character of the prefix. - e.g. "bit..." becomes 2,9,20,...
2. A zero for the separator (5 zero bits).
3. The payload by chunks of 5 bits. If necessary, the payload is padded to the right with zero bits to complete any unfinished chunk at the end.
4. Eight zeros as a "template" for the checksum.
Expand Down Expand Up @@ -124,7 +124,7 @@ BCH codes allows for error correction. However, it is strongly advised that erro
Lower case is preferred for cashaddr, but uppercase is accepted. A mixture of lower case and uppercase must be rejected.
Allowing for uppercase ensure that the address can be encoded efficiently in QR codes using the alphanumeric mode[[3]](#alphanumqr).
Allowing for uppercase ensures that the address can be encoded efficiently in QR codes using the alphanumeric mode[[3]](#alphanumqr).
## Double prefix
Expand Down

0 comments on commit e989314

Please sign in to comment.