Skip to content

Commit

Permalink
Merge pull request Team-Kujira#73 from Team-Kujira/fix-camelot
Browse files Browse the repository at this point in the history
Fix camelot
  • Loading branch information
starsquidnodes authored Aug 1, 2024
2 parents 620fc27 + 344f28e commit 41c5264
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 41c5264

Please sign in to comment.