aboutsummaryrefslogtreecommitdiffstats
path: root/eth/handler.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-08-09 16:39:13 +0800
committerGitHub <noreply@github.com>2016-08-09 16:39:13 +0800
commit893fabd3360b3aeba75477f22c85463b6e3ea2bc (patch)
tree3f6478d910c459b06909a6b24f1a83a44cdea916 /eth/handler.go
parent44ea0da2b0bc96505299c083cac44d60814a78eb (diff)
parent071af57bcf516d92a0b56c5bb119d9576d32b5cb (diff)
downloadgo-tangerine-893fabd3360b3aeba75477f22c85463b6e3ea2bc.tar
go-tangerine-893fabd3360b3aeba75477f22c85463b6e3ea2bc.tar.gz
go-tangerine-893fabd3360b3aeba75477f22c85463b6e3ea2bc.tar.bz2
go-tangerine-893fabd3360b3aeba75477f22c85463b6e3ea2bc.tar.lz
go-tangerine-893fabd3360b3aeba75477f22c85463b6e3ea2bc.tar.xz
go-tangerine-893fabd3360b3aeba75477f22c85463b6e3ea2bc.tar.zst
go-tangerine-893fabd3360b3aeba75477f22c85463b6e3ea2bc.zip
Merge pull request #2867 from karalabe/dao-challenge-finish
eth, eth/downloader: don't forward the DAO challenge header
Diffstat (limited to 'eth/handler.go')
-rw-r--r--eth/handler.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/handler.go b/eth/handler.go
index 8723300f5..886d89fd1 100644
--- a/eth/handler.go
+++ b/eth/handler.go
@@ -436,6 +436,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())