From 742a9b00bc1d587669f1b1bf78a27040e7d474a4 Mon Sep 17 00:00:00 2001 From: obscuren Date: Sun, 14 Sep 2014 13:47:29 +0200 Subject: [PATCH] tmp --- peer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer.go b/peer.go index 7178c4f38..ad76b8f37 100644 --- a/peer.go +++ b/peer.go @@ -666,7 +666,7 @@ func (self *Peer) handleStatus(msg *ethwire.Msg) { func (p *Peer) pushHandshake() error { pubkey := p.ethereum.KeyManager().PublicKey() msg := ethwire.NewMessage(ethwire.MsgHandshakeTy, []interface{}{ - uint32(0), []byte(p.version), []string{"eth"}, uint32(p.port), pubkey[1:], + uint32(0), []byte(p.version), []string{"eth"}, uint32(30303) /*p.port*/, pubkey[1:], }) p.QueueMessage(msg)