Merge PR #2908: Fix file path error
This commit is contained in:
parent
1a18a428a4
commit
619b60f207
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue