new session should be started inside the loop

This commit is contained in:
ThomasV 2011-12-04 13:15:42 +01:00
parent 6fda904d04
commit 7af9dba9d0
1 changed files with 0 additions and 1 deletions

View File

@ -1029,7 +1029,6 @@ class BitcoinGUI:
wallet.port = port
wallet.save()
self.is_connected = False
wallet.new_session()
def main(self):