Update to new sepcs actors, more debug

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2020-03-26 01:02:13 +01:00
parent 78b4872793
commit 300c89f541
5 changed files with 27 additions and 9 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ func (hs *Service) HandleStream(s inet.Stream) {
ts, err := hs.syncer.FetchTipSet(context.Background(), s.Conn().RemotePeer(), types.NewTipSetKey(hmsg.HeaviestTipSet...))
if err != nil {
log.Errorf("failed to fetch tipset from peer during hello: %s", err)
log.Errorf("failed to fetch tipset from peer during hello: %+v", err)
return
}