Skip to content

Commit

Permalink
Fork Sync: Update from parent repository (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 1, 2024
2 parents 6f2ca29 + 41c5264 commit a8861fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions oracle/provider/camelot.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ func (p *CamelotProvider) updateVolumes(
return nil
}

if height1 >= height2 {
return nil
}

blocks := height2 - height1
height1 = height1 + 1

Expand Down

0 comments on commit a8861fb

Please sign in to comment.