allow offline creation/recovery within the gui
[electrum-nvc.git] / lib / interface.py
index 43ee64f..8ca7947 100644 (file)
@@ -352,6 +352,8 @@ class Interface(threading.Thread):
 
 
     def __init__(self, config=None, loop=False):
+        self.server = None
+        self.proxy = None
 
         if config is None:
             from simple_config import SimpleConfig