Skip to content

Commit

Permalink
chore(dot/epoch): Comment changes for getDataKeysFromDisk
Browse files Browse the repository at this point in the history
Co-authored-by: Haiko Schol <[email protected]>
  • Loading branch information
ramiroJCB and haikoschol authored Sep 18, 2024
1 parent d56452e commit e3f085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/state/epoch.go
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ func deleteDataFromDisk[T types.NextEpochData | types.NextConfigDataV1](
return nil
}

// getDataKeysFromDisk is a generic function that returns all the nextEpochData or nextConfigData keys
// getDataKeysFromDisk returns all the nextEpochData or nextConfigData keys
// for a given epoch from the database
func getDataKeysFromDisk[T types.NextEpochData | types.NextConfigDataV1](
db database.Table, prefix []byte, currentEpoch uint64) (
Expand Down

0 comments on commit e3f085f

Please sign in to comment.