Load watched outputs from db.

This commit is contained in:
tecnovert
2019-07-23 17:08:12 +02:00
parent e039d90bee
commit b02ddb3bec
3 changed files with 24 additions and 12 deletions

View File

@@ -517,7 +517,7 @@ class HttpThread(threading.Thread, HTTPServer):
self.port_no = port_no
self.allow_cors = allow_cors
self.swap_client = swap_client
self.title = 'Simple Atomic Swap Demo'
self.title = 'Simple Atomic Swap Demo, ' + self.swap_client.chain
self.last_form_id = dict()
self.timeout = 60