We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745c368 commit 13364a2Copy full SHA for 13364a2
eth/downloader/downloader.go
@@ -436,6 +436,8 @@ func (d *Downloader) process(peer *peer) error {
436
if err != nil && core.IsParentErr(err) {
437
glog.V(logger.Debug).Infoln("Aborting process due to missing parent.")
438
439
+ // XXX this needs a lot of attention
440
+ blocks = nil
441
break
442
} else if err != nil {
443
// immediatly unregister the false peer but do not disconnect
0 commit comments