Ejemplo n.º 1
0
 def account_utils(self):
     """Gets or creates the AccountUtils object so it loads lazily."""
     from etherollapp.ethereum_utils import AccountUtils
     keystore_dir = Settings.get_keystore_path()
     return AccountUtils.get_or_create(keystore_dir)
Ejemplo n.º 2
0
 def account_utils(self):
     """
     Gets or creates the AccountUtils object so it loads lazily.
     """
     keystore_dir = Settings.get_keystore_path()
     return AccountUtils.get_or_create(keystore_dir)
Ejemplo n.º 3
0
 def load_keystore_path(self, dt=None):
     """Updates keystore path displayed in the UI."""
     self.keystore_path = Settings.get_keystore_path()