Update bech32 human readable spec to simply "cosmos" (#2103)

Update bech32 human readable to simply "cosmos"
This commit is contained in:
Jae Kwon 2018-08-26 16:41:08 -07:00 committed by GitHub
parent 46176aa6e2
commit 305589faf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -9,10 +9,10 @@ In the Cosmos network, keys and addresses may refer to a number of different rol
| HRP | Definition | | HRP | Definition |
| ------------- |:-------------:| | ------------- |:-------------:|
| `cosmosaccaddr` | Cosmos Account Address | | `cosmos` | Cosmos Account Address |
| `cosmosaccpub` | Cosmos Account Public Key | | `cosmospub` | Cosmos Account Public Key |
| `cosmosvaladdr` | Cosmos Consensus Address | | `cosmosval` | Cosmos Validator Consensus Address |
| `cosmosvalpub` | Cosmos Consensus Public Key| | `cosmosval` | Cosmos Validator Consensus Public Key|
## Encoding ## Encoding