mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 19:53:58 +00:00
evidence: introduction of LightClientAttackEvidence and refactor of evidence lifecycle (#5361)
evidence: modify evidence types (#5342) light: detect light client attacks (#5344) evidence: refactor evidence pool (#5345) abci: application evidence prepared by evidence pool (#5354)
This commit is contained in:
@@ -386,7 +386,7 @@ func newStateWithConfigAndBlockStore(
|
||||
mempool.EnableTxsAvailable()
|
||||
}
|
||||
|
||||
evpool := emptyEvidencePool{}
|
||||
evpool := sm.EmptyEvidencePool{}
|
||||
|
||||
// Make State
|
||||
stateDB := blockDB
|
||||
|
||||
Reference in New Issue
Block a user