1
0

separate start and start_session

This commit is contained in:
ThomasV
2012-03-25 08:53:23 +02:00
parent 0ab4ecfdbf
commit b286c14ab5
3 changed files with 15 additions and 15 deletions

View File

@@ -991,7 +991,6 @@ class Wallet:
self.interface = InterfaceClass(self.host, self.port)
addresses = self.all_addresses()
version = self.electrum_version
self.interface.start_session(addresses, version)
#print "Starting new session: %s:%d"%(self.host,self.port)
self.interface.start_session(addresses,version)