Merge PR #2908: Fix file path error

This commit is contained in:
BigManing
2018-11-28 00:10:12 +01:00
committed by Christopher Goes
parent 1a18a428a4
commit 619b60f207
2 changed files with 2 additions and 2 deletions
+1 -1
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: