Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/next' into mainnet-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Aug 5, 2024
2 parents eb74f58 + 0a5971b commit a145ae9
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 a145ae9

Please sign in to comment.