mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
all: remove extra whitespace
This commit is contained in:
parent
beadd2b8f8
commit
22bf33dc5c
2 changed files with 0 additions and 2 deletions
|
|
@ -289,7 +289,6 @@ func (d *Downloader) fetchBeaconHeaders(from uint64) error {
|
||||||
localHeaders = d.readHeaderRange(tail, int(count))
|
localHeaders = d.readHeaderRange(tail, int(count))
|
||||||
log.Warn("Retrieved beacon headers from local", "from", from, "count", count)
|
log.Warn("Retrieved beacon headers from local", "from", from, "count", count)
|
||||||
}
|
}
|
||||||
|
|
||||||
fsHeaderContCheckTimer := time.NewTimer(fsHeaderContCheck)
|
fsHeaderContCheckTimer := time.NewTimer(fsHeaderContCheck)
|
||||||
defer fsHeaderContCheckTimer.Stop()
|
defer fsHeaderContCheckTimer.Stop()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,6 @@ func startStop(net *Network, quit chan struct{}, nodeCount int) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic("Could not startup node network for mocker")
|
panic("Could not startup node network for mocker")
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
tick = time.NewTicker(10 * time.Second)
|
tick = time.NewTicker(10 * time.Second)
|
||||||
timer = time.NewTimer(3 * time.Second)
|
timer = time.NewTimer(3 * time.Second)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue