Skip to content

Commit

Permalink
demo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija42 committed Jan 8, 2024
1 parent a957c10 commit ee65339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
4 changes: 0 additions & 4 deletions integration-tests/actions/ocr2_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,6 @@ func WatchNewOCR2RoundChainReaderDemo(
logger zerolog.Logger,
) error {
for i := 0; i < len(ocrInstances); i++ {
err := ocrInstances[i].RequestNewRound()
if err != nil {
return fmt.Errorf("requesting new OCR2 round %d have failed: %w", i+1, err)
}
start := time.Now()
for {
time.Sleep(time.Second * 5)
Expand Down
Loading

0 comments on commit ee65339

Please sign in to comment.