mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-29 11:32:56 +00:00
wip: fix code block in ADR
This commit is contained in:
committed by
Ethan Buchman
parent
c27fda09dd
commit
d321839669
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user