init socket
authorThomasV <thomasv@gitorious>
Wed, 20 Jun 2012 13:32:16 +0000 (15:32 +0200)
committerThomasV <thomasv@gitorious>
Wed, 20 Jun 2012 13:32:16 +0000 (15:32 +0200)
peers

diff --git a/peers b/peers
index d7bdcd3..3303c35 100755 (executable)
--- a/peers
+++ b/peers
@@ -3,6 +3,7 @@
 from electrum import TcpStratumInterface
 
 i = TcpStratumInterface('ecdsa.org', 50001)
+i.init_socket()
 i.start()
 i.send([('server.peers.subscribe',[])])