1
0

ripemd for android

This commit is contained in:
ThomasV
2012-04-03 16:52:15 +02:00
parent 98161c4958
commit ad6c0ab273
5 changed files with 416 additions and 11 deletions

View File

@@ -958,8 +958,7 @@ class ElectrumWindow(QMainWindow):
server = unicode( host_line.text() )
try:
a,b,c = server.split(':')
b = int(b)
wallet.set_server(server)
except:
QMessageBox.information(None, 'Error', 'error', 'OK')
if parent == None:
@@ -967,7 +966,6 @@ class ElectrumWindow(QMainWindow):
else:
return
wallet.set_server(server)
return True