Raise version, spend invalid chain B lock tx amounts if manually spending.

This commit is contained in:
tecnovert
2021-12-19 19:30:55 +02:00
parent 55275a6470
commit b0f5797807
6 changed files with 30 additions and 9 deletions

View File

@@ -1213,7 +1213,7 @@ class HttpHandler(BaseHTTPRequestHandler):
swap_client.updateIdentity(identity_address, new_label)
messages.append('Updated')
except Exception as e:
messages.append('Error')\
messages.append('Error')
try:
identity = swap_client.getIdentity(identity_address)