mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
fixing newlines
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
77d634cd9b
commit
d46ef40900
1 changed files with 0 additions and 2 deletions
|
|
@ -167,7 +167,6 @@ func (cm *connManager) dropRandomPeer(dialed bool) bool {
|
|||
|
||||
// updatePeerDropTimers checks and starts/stops the timer for peer drop.
|
||||
func (cm *connManager) updatePeerDropTimers(syncing bool) {
|
||||
|
||||
numPeers, numDialed, numInbound := cm.numPeers()
|
||||
cm.log.Trace("ConnManager status", "syncing", syncing,
|
||||
"peers", numPeers, "out", numDialed, "in", numInbound,
|
||||
|
|
@ -195,7 +194,6 @@ func (cm *connManager) updatePeerDropTimers(syncing bool) {
|
|||
|
||||
// loop is the main loop of the connection manager.
|
||||
func (cm *connManager) loop() {
|
||||
|
||||
defer cm.wg.Done()
|
||||
|
||||
// Set up periodic timer to pull syncing status.
|
||||
|
|
|
|||
Loading…
Reference in a new issue