Skip to content

Commit

Permalink
consensus/bor: fix state sync url
Browse files Browse the repository at this point in the history
  • Loading branch information
Raneet10 committed Jan 31, 2025
1 parent 2dbee79 commit 6a40234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consensus/bor/heimdall/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ func NewHeimdallClient(urlString string) *HeimdallClient {
}

const (
fetchStateSyncEventsFormat = "from-id=%d&to-time=%d&limit=%d"
fetchStateSyncEventsPath = "clerk/event-record/list"
fetchStateSyncEventsFormat = "from-id=%d&to-time=%d&page=%d&limit=%d"
fetchStateSyncEventsPath = "clerk/time"

fetchCheckpoint = "/checkpoints/%s"
fetchCheckpointCount = "/checkpoints/count"
Expand Down

0 comments on commit 6a40234

Please sign in to comment.