Removed some commented code

This commit is contained in:
obscuren
2014-09-10 11:39:11 +02:00
parent 2f362509b8
commit c0187930dc
3 changed files with 2 additions and 92 deletions

View File

@ -694,7 +694,7 @@ func (p *Peer) handleHandshake(msg *ethwire.Msg) {
}
// Handle the pub key (validation, uniqueness)
if pub == nil || len(pub) == 0 {
if len(pub) == 0 {
peerlogger.Warnln("Pubkey required, not supplied in handshake.")
p.Stop()
return