[release/1.4.11] eth, eth/downloader: don't forward the DAO challenge header

(cherry picked from commit 071af57bcf)
This commit is contained in:
Péter Szilágyi
2016-07-26 12:26:41 +03:00
committed by Jeffrey Wilcke
parent 48709d5340
commit 6c672a55c0
2 changed files with 2 additions and 1 deletions

View File

@ -434,6 +434,7 @@ func (pm *ProtocolManager) handleMsg(p *peer) error {
return err
}
glog.V(logger.Debug).Infof("%v: verified to be on the same side of the DAO fork", p)
return nil
}
// Irrelevant of the fork checks, send the header to the fetcher just in case
headers = pm.fetcher.FilterHeaders(headers, time.Now())