mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
evidence: modularise evidence by moving verification function into evidence package (#5234)
This commit is contained in:
@@ -2,7 +2,7 @@ package store
|
||||
|
||||
import "github.com/tendermint/tendermint/types"
|
||||
|
||||
// Store is anything that can persistenly store headers.
|
||||
// Store is anything that can persistently store headers.
|
||||
type Store interface {
|
||||
// SaveSignedHeaderAndValidatorSet saves a SignedHeader (h: sh.Height) and a
|
||||
// ValidatorSet (h: sh.Height).
|
||||
|
||||
Reference in New Issue
Block a user