1
0

do not display response time; it is deprecated since we use stratum

This commit is contained in:
thomasv
2012-05-02 17:52:04 +02:00
parent bdf9baca12
commit d45d1e2382
2 changed files with 4 additions and 4 deletions

View File

@@ -931,7 +931,7 @@ class ElectrumWindow(QMainWindow):
interface = wallet.interface
if parent:
if interface.is_connected:
status = "Connected to %s:%d\n%d blocks\nresponse time: %f"%(interface.host, interface.port, wallet.blocks, interface.rtime)
status = "Connected to %s:%d\n%d blocks"%(interface.host, interface.port, wallet.blocks)
else:
status = "Not connected"
server = wallet.server