Skip to content

Commit

Permalink
les: fixed linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zsfelfoldi committed Sep 27, 2019
1 parent 78ad2c4 commit bb71fc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions les/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ import (
var (
errNoCheckpoint = errors.New("no local checkpoint provided")
errNotActivated = errors.New("checkpoint registrar is not activated")
errTotalCap = errors.New("total capacity exceeded")
errUnknownBenchmarkType = errors.New("unknown benchmark type")
errClientNotConnected = errors.New("client is not connected")
errBalanceOverflow = errors.New("balance overflow")
errNoPriority = errors.New("not enough priority")

dropCapacityDelay = time.Second // delay applied to decreasing capacity changes
)

const maxBalance = 9000000000000000000
Expand Down

0 comments on commit bb71fc5

Please sign in to comment.