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

@@ -142,7 +142,8 @@ def runClient(fp, data_dir, chain):
except Exception as ex:
traceback.print_exc()
swap_client.log.info('Stopping threads.')
swap_client.finalise()
swap_client.log.info('Stopping HTTP threads.')
for t in threads:
t.stop()
t.join()