mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 14:21:14 +00:00
evidence: structs can independently form abci evidence (#5610)
This commit is contained in:
@@ -41,11 +41,8 @@ var (
|
||||
"restart": 0.1,
|
||||
}
|
||||
nodeMisbehaviors = weightedChoice{
|
||||
// FIXME Disabled due to:
|
||||
// https://github.com/tendermint/tendermint/issues/5554
|
||||
// https://github.com/tendermint/tendermint/issues/5560
|
||||
// misbehaviorOption{"double-prevote"}: 1,
|
||||
misbehaviorOption{}: 9,
|
||||
misbehaviorOption{"double-prevote"}: 1,
|
||||
misbehaviorOption{}: 9,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user