Fix floating point bug.

This commit is contained in:
tecnovert
2021-01-02 23:04:29 +02:00
parent 1ba2ad6f0b
commit 05c9d9c66d
5 changed files with 13 additions and 11 deletions

View File

@@ -917,7 +917,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.swap_client.chain
self.title = 'BasicSwap, ' + self.swap_client.chain
self.last_form_id = dict()
self.timeout = 60