mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Load watched outputs from db.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user