mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
Addressed review for #1815 except those marked as 'TODO make issue'
This commit is contained in:
@@ -4,10 +4,10 @@ import (
|
||||
"github.com/tendermint/tendermint/types"
|
||||
)
|
||||
|
||||
// Certifier checks the votes to make sure the block really is signed properly.
|
||||
// Certifier must know the current or recent set of validitors by some other
|
||||
// Verifier checks the votes to make sure the block really is signed properly.
|
||||
// Verifier must know the current or recent set of validitors by some other
|
||||
// means.
|
||||
type Certifier interface {
|
||||
type Verifier interface {
|
||||
Certify(sheader types.SignedHeader) error
|
||||
ChainID() string
|
||||
}
|
||||
|
Reference in New Issue
Block a user