mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 03:35:19 +00:00
evidence: retrieve header at height of evidence for validation (#4870)
validation of lunatic evidence requires that the node retrieve the header at the height of the infringement from the block store for comparison
This commit is contained in:
@@ -236,6 +236,7 @@ func (m *mockEvidencePool) IsPending(evidence types.Evidence) bool {
|
||||
return false
|
||||
}
|
||||
func (m *mockEvidencePool) AddPOLC(types.ProofOfLockChange) error { return nil }
|
||||
func (m *mockEvidencePool) Header(int64) *types.Header { return nil }
|
||||
|
||||
//------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user