Merge PR #2908: Fix file path error

This commit is contained in:
BigManing 2018-11-28 07:10:12 +08:00 committed by Christopher Goes
parent 1a18a428a4
commit 619b60f207
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ If those seeds aren't working, you can find more seeds and persistent peers on t
You can also ask for peers on the [Validators Riot Room](https://riot.im/app/#/room/#cosmos-validators:matrix.org)
For more information on seeds and peers, you can [read this](https://github.com/tendermint/tendermint/blob/develop/docs/using-tendermint.md#peers).
For more information on seeds and peers, you can [read this](https://github.com/tendermint/tendermint/blob/develop/docs/tendermint-core/using-tendermint.md#peers).
## Run a Full Node

View File

@ -61,7 +61,7 @@ pre-image attacks, as well as being [deterministic](https://en.wikipedia.org/wik
## Specification
Tendermint has a well established protocol for signing messages using a canonical
JSON representation as defined [here](https://github.com/tendermint/tendermint/blob/master/types/canonical_json.go).
JSON representation as defined [here](https://github.com/tendermint/tendermint/blob/master/types/canonical.go).
An example of such a canonical JSON structure is Tendermint's vote structure: