mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-19 14:32:21 +00:00
44b306b38e
* types: reject blocks w/ ConflictingHeadersEvidence Closes #5037 * types: reject blocks w/ PotentialAmnesiaEvidence as well PotentialAmnesiaEvidence does not contribute anything on its own, therefore should not be committed on chain. * fix lint issue