Skip to content

Commit

Permalink
Update tests/e2e/actions.go
Browse files Browse the repository at this point in the history
Co-authored-by: bernd-m <[email protected]>
  • Loading branch information
sainoe and bermuell authored Sep 11, 2024
1 parent a9237d6 commit 386bd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -2914,7 +2914,7 @@ func (tr Chain) detectConsumerEvidence(
}

// get the evidence data from the block
// note that the the evidence is added to the next block after the infraction height
// note that the evidence is added to the next block after the infraction height
cmd := tr.target.ExecCommand(
consumerBinaryName,
"query", "block", "--type=height", strconv.Itoa(int(infractionHeight+1)),
Expand Down

0 comments on commit 386bd56

Please sign in to comment.