Added dns lookup

This commit is contained in:
obscuren
2014-08-07 15:11:54 +02:00
parent da50c75148
commit 7272577fe6
3 changed files with 19 additions and 1 deletions

View File

@ -449,7 +449,7 @@ func (p *Peer) HandleInbound() {
peerlogger.Infof("Attempting to catch (%x). Parent unknown\n", b.Hash())
p.catchingUp = false
p.CatchupWithPeer(b.Hash())
p.CatchupWithPeer(b.PrevHash)
peerlogger.Infoln(b)