Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolie-ssv committed Oct 30, 2024
1 parent 983fec4 commit 4518dd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 234 deletions.
233 changes: 0 additions & 233 deletions integration/qbft/tests/scenario_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion protocol/v2/ssv/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func (b *BaseRunner) decide(logger *zap.Logger, runner Runner, slot phase0.Slot,
); err != nil {
return errors.Wrap(err, "could not start new QBFT instance")
}
newInstance := runner.GetBaseRunner().QBFTController.StoredInstances.FindInstance(specqbft.Height(slot)) // TODO confirm correctness
newInstance := runner.GetBaseRunner().QBFTController.StoredInstances.FindInstance(runner.GetBaseRunner().QBFTController.Height)
if newInstance == nil {
return errors.New("could not find newly created QBFT instance")
}
Expand Down

0 comments on commit 4518dd9

Please sign in to comment.