mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
les: fix lint
This commit is contained in:
parent
2351fdf9aa
commit
e7daae4d0a
2 changed files with 11 additions and 11 deletions
|
|
@ -66,7 +66,7 @@ const (
|
||||||
// accepting and instantly kicking out clients. In theory, we try to ensure that
|
// accepting and instantly kicking out clients. In theory, we try to ensure that
|
||||||
// each client can have several minutes of connection time.
|
// each client can have several minutes of connection time.
|
||||||
//
|
//
|
||||||
// Balances of disconnected clients are stored in nodeDB including postive balance
|
// Balances of disconnected clients are stored in nodeDB including positive balance
|
||||||
// and negative banalce. Negative balance is transformed into a logarithmic form
|
// and negative banalce. Negative balance is transformed into a logarithmic form
|
||||||
// with a constantly shifting linear offset in order to implement an exponential
|
// with a constantly shifting linear offset in order to implement an exponential
|
||||||
// decrease. Besides nodeDB will have a background thread to check the negative
|
// decrease. Besides nodeDB will have a background thread to check the negative
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue