mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
remove unused var from downloader.go. fix SyncProgress test for light mode
This commit is contained in:
parent
b274679d2a
commit
1e176f91ff
1 changed files with 0 additions and 1 deletions
|
|
@ -725,7 +725,6 @@ func (d *Downloader) fetchReceipts(from uint64) error {
|
|||
func (d *Downloader) processHeaders(origin uint64) error {
|
||||
var (
|
||||
mode = d.getMode()
|
||||
gotHeaders = false // Wait for batches of headers to process
|
||||
timer = time.NewTimer(time.Second)
|
||||
)
|
||||
defer timer.Stop()
|
||||
|
|
|
|||
Loading…
Reference in a new issue