fix
This commit is contained in:
@@ -271,7 +271,7 @@ def run_network_dialog( wallet, parent ):
|
|||||||
interface = wallet.interface
|
interface = wallet.interface
|
||||||
if parent:
|
if parent:
|
||||||
if interface.is_connected:
|
if interface.is_connected:
|
||||||
status = "Connected to %s:%d\n%d blocks"%(interface.host, interface.port, wallet.verifier.height)
|
status = "Connected to %s:%d\n%d blocks"%(interface.host, interface.port, wallet.network.blockchain.height)
|
||||||
else:
|
else:
|
||||||
status = "Not connected"
|
status = "Not connected"
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user