ui: Reseed wallet must trigger update

This commit is contained in:
tecnovert
2021-10-18 22:28:42 +02:00
parent bf00f80b4d
commit 4ce8c58872
4 changed files with 25 additions and 6 deletions

View File

@@ -240,6 +240,7 @@ class HttpHandler(BaseHTTPRequestHandler):
messages.append('Reseed complete ' + str(c))
except Exception as ex:
messages.append('Reseed failed ' + str(ex))
swap_client.updateWalletsInfo(True, c)
elif bytes('withdraw_' + cid, 'utf-8') in form_data:
try:
value = form_data[bytes('amt_' + cid, 'utf-8')][0].decode('utf-8')