Skip to content

Commit

Permalink
Merge pull request Team-Kujira#74 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 b9f17fb + 344f28e commit 0a5971b
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 0a5971b

Please sign in to comment.