aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
Diffstat (limited to 'peer.go')
-rw-r--r--peer.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/peer.go b/peer.go
index 5bfec1758..3c36dfc58 100644
--- a/peer.go
+++ b/peer.go
@@ -496,6 +496,8 @@ func (p *Peer) handleHandshake(msg *ethwire.Msg) {
}
*/
+ p.CatchupWithPeer()
+
istr = "inbound"
} else {
p.CatchupWithPeer()