1
0

move init_socket in constructor

This commit is contained in:
thomasv
2012-10-12 16:09:20 +02:00
parent a95e834e2e
commit 1a781036cf
6 changed files with 4 additions and 10 deletions

View File

@@ -10,7 +10,6 @@ except:
sys.exit(1)
i = Interface({'server':'electrum.novit.ro:50001:t'})
i.init_socket()
i.start()
i.send([('blockchain.address.subscribe',[addr])])