Skip to content

Commit

Permalink
Update exp/services/ledgerexporter/internal/resumablemanager.go
Browse files Browse the repository at this point in the history
Co-authored-by: tamirms <[email protected]>
  • Loading branch information
sreuland and tamirms authored Apr 30, 2024
1 parent 4a55f54 commit 595fe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/services/ledgerexporter/internal/resumablemanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type ResumableManager interface {
// return:
// absentLedger - will be non-zero, the oldest ledger sequence between range of [start, end]
// which is not populated on data store.
// ok - if true, 'absentLedger' has a usable non-zero value, if false, 'absentLedger' will not be usable, and is set to zero.
// ok - if true, 'absentLedger' has a usable non-zero value, if false, there is no absent ledger in the requested range and 'absentLedger' is set to zero.
// err - the search was cancelled due to this unexpected error, 'absentLedger' and 'ok' return values should be ignored.
//
// When no error, the two return values will compose the following truth table:
Expand Down

0 comments on commit 595fe73

Please sign in to comment.