adding a disconnect from peer which is freezing the sync from proceeding further

This commit is contained in:
Pankaj Agarwal 2018-03-05 23:42:58 -05:00
parent 2be2f12b35
commit 7b8c347040

View file

@ -1476,6 +1476,7 @@ out:
// command.
p.PushRejectMsg("malformed", wire.RejectMalformed, errMsg, nil,
true)
p.Disconnect()
}
break out
}