evidence: structs can independently form abci evidence (#5610)

This commit is contained in:
Callum Waters
2020-11-04 17:14:48 +01:00
committed by GitHub
parent 83c7bd17bf
commit 3922dde05d
36 changed files with 1530 additions and 1915 deletions
+2 -5
View File
@@ -44,11 +44,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,
}
)