Skip to content

Commit

Permalink
Update tests/integration/slashing.go
Browse files Browse the repository at this point in the history
Co-authored-by: bernd-m <[email protected]>
  • Loading branch information
mpoke and bermuell authored Jan 9, 2024
1 parent 21e3966 commit ced400e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/slashing.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ func (suite *CCVTestSuite) TestValidatorDowntime() {
ctx, ccv.ConsumerPortID, channelID)
suite.Require().True(ok)

// Sign 100 blocks (default value for slahing.SignedBlocksWindow param).
// Sign 100 blocks (default value for slashing.SignedBlocksWindow param).
valPower := int64(1)
height, signedBlocksWindow := int64(0), consumerSlashingKeeper.SignedBlocksWindow(ctx)
for ; height < signedBlocksWindow; height++ {
Expand Down

0 comments on commit ced400e

Please sign in to comment.