Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
keruch committed Aug 30, 2024
1 parent a338ced commit 25caeb2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x/streamer/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ type Keeper struct {

// epochPointers holds a mapping from the epoch identifier to EpochPointer.
epochPointers collections.Map[string, types.EpochPointer]

// epochSortOrder holds the order of sorting for epoch identifiers.
// Keys are epoch identifiers, values are the order priority.
// Higher values indicate higher priority in sorting.
epochSortOrder map[string]int
}

// NewKeeper returns a new instance of the incentive module keeper struct.
Expand Down

0 comments on commit 25caeb2

Please sign in to comment.