curses text UI will call wallet.start_threads(network) even in --offline mode

This commit is contained in:
Michael Kramlich 2013-11-05 12:09:00 -07:00
parent 583bb8f2f1
commit 825a55289d
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ class ElectrumGui:
exit()
self.wallet = Wallet(storage)
if self.network:
self.wallet.start_threads(network)
self.wallet.start_threads(self.network)
locale.setlocale(locale.LC_ALL, '')
self.encoding = locale.getpreferredencoding()