Skip to content

Commit

Permalink
Update conduit/plugins/importers/algod/algod_importer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaffi authored Aug 10, 2023
1 parent 6cd5101 commit 0a47a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conduit/plugins/importers/algod/algod_importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ func (algodImp *algodImporter) getDelta(rnd uint64) (sdk.LedgerStateDelta, error
// SyncError is used to indicate algod and conduit are not synchronized.
// The retrievedRound is the round returned from an algod status call.
// The expectedRound is the round conduit expected to have gotten back.
// err is the error that was received from the endpoint caller
// err is the error that was received from the endpoint caller.
type SyncError struct {
retrievedRound uint64
expectedRound uint64
Expand Down

0 comments on commit 0a47a90

Please sign in to comment.