wip: fix code block in ADR

This commit is contained in:
Alexander Simmerl
2018-02-09 16:53:17 -05:00
committed by Ethan Buchman
parent c27fda09dd
commit d321839669
+2 -1
View File
@@ -8,7 +8,7 @@ For instance, see https://github.com/tendermint/tendermint/issues/673
The goal is to have a clean PrivValidator interface like:
``
```
type PrivValidator interface {
Address() data.Bytes
PubKey() crypto.PubKey
@@ -60,6 +60,7 @@ type ValidatorID struct {
Address data.Bytes `json:"address"`
PubKey crypto.PubKey `json:"pub_key"`
}
```
### LastSignedInfo