Merge pull request #319 from filecoin-project/fix/bad-expansion
don't add bad blocks to tipsetcache
This commit is contained in:
@@ -71,6 +71,7 @@ func (hs *Service) HandleStream(s inet.Stream) {
|
||||
return
|
||||
}
|
||||
|
||||
log.Infof("Got new tipset through Hello: %s from %s", ts.Cids(), s.Conn().RemotePeer())
|
||||
hs.syncer.InformNewHead(s.Conn().RemotePeer(), ts)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user