mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 07:15:54 -04:00
Ready for Version 0.2.1 deployment
This commit is contained in:
parent
19bb552224
commit
7a9de65e86
@ -145,17 +145,9 @@ public final class Node {
|
||||
return Objects.hashCode(name, ip, port);
|
||||
}
|
||||
|
||||
public String getClientNodeInfo() {
|
||||
return "Node with: " +
|
||||
", ip='" + ip + '\'' +
|
||||
", p2pId='" + p2pId + '\'' +
|
||||
", port=" + port;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Node with: " +
|
||||
"Name='" + name + '\'' +
|
||||
return "Name='" + name + '\'' +
|
||||
"; IP='" + ip + '\'' +
|
||||
"; P2P network ID=" + p2pId +
|
||||
"; port=" + port;
|
||||
|
@ -423,8 +423,8 @@ class MainViewModel implements ViewModel {
|
||||
}
|
||||
|
||||
private void stopBlockchainSyncTimeout() {
|
||||
log.trace("stopBlockchainSyncTimeout");
|
||||
if (blockchainSyncTimeoutTimer != null) {
|
||||
log.trace("stopBlockchainSyncTimeout");
|
||||
blockchainSyncTimeoutTimer.cancel();
|
||||
blockchainSyncTimeoutTimer = null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user