master
Peter Šurda 7 years ago
parent 30d9de008f
commit 781ea8a8a6
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

@ -2006,7 +2006,7 @@ class MyForm(settingsmixin.SMainWindow):
toAddress)
if status != 'success':
try:
toAddress = unicode(toAddress, 'utf-8', 'ingore')
toAddress = unicode(toAddress, 'utf-8', 'ignore')
except:
pass
logger.error('Error: Could not decode recipient address ' + toAddress + ':' + status)

Loading…
Cancel
Save