Merge pull request #319 from filecoin-project/fix/bad-expansion

don't add bad blocks to tipsetcache
This commit is contained in:
Łukasz Magiera
2019-10-10 05:50:03 +02:00
committed by GitHub
6 changed files with 73 additions and 30 deletions
+1
View File
@@ -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)
}