Skip to content

Commit

Permalink
Improve wording for light client attack run
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 6, 2023
1 parent 86fba17 commit 05da271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This is suited for CometMock+Gorelayer testing`,
},
"light-client-attack": {
testRun: DefaultTestRun(), steps: lightClientAttackSteps,
description: `This is like the short happy path, but uses light client attacks instead of double sign slashing.
description: `This is like the short happy path, but will slash validators for LightClientAttackEvidence instead of DuplicateVoteEvidence.
This is suited for CometMock+Gorelayer testing, but currently does not work with CometBFT,
since causing light client attacks is not implemented.`,
},
Expand Down

0 comments on commit 05da271

Please sign in to comment.