eth/downloader: reset the chain when parent is missing during processing

This commit is contained in:
obscuren 2015-04-29 13:40:39 +02:00
parent 745c368987
commit 13364a2dcf
1 changed files with 2 additions and 0 deletions

View File

@ -436,6 +436,8 @@ func (d *Downloader) process(peer *peer) error {
if err != nil && core.IsParentErr(err) {
glog.V(logger.Debug).Infoln("Aborting process due to missing parent.")
// XXX this needs a lot of attention
blocks = nil
break
} else if err != nil {
// immediatly unregister the false peer but do not disconnect