Ensure Particl mnemonic is loaded at startup.

This commit is contained in:
tecnovert
2020-12-13 15:43:46 +02:00
parent 9a182646f0
commit 269d10aeda
10 changed files with 793 additions and 437 deletions

View File

@@ -37,6 +37,7 @@ class BaseApp:
self.coin_clients = {}
self.mxDB = threading.RLock()
self.debug = self.settings.get('debug', False)
self._network = None
self.prepareLogging()
self.log.info('Network: {}'.format(self.chain))