mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-04 04:34:26 -04:00
Update to tomp2p beta7, UpdateFX 1.6, add Dev mode,...
This commit is contained in:
parent
b5e29d0cf7
commit
27381b0e98
30 changed files with 238 additions and 180 deletions
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>parent</artifactId>
|
||||
<groupId>io.bitsquare</groupId>
|
||||
<version>0.2.1-SNAPSHOT</version>
|
||||
<version>0.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -122,7 +122,7 @@ public class BootstrapNode {
|
|||
@Override
|
||||
public void peerUpdated(PeerAddress peerAddress, PeerStatistic peerStatistics) {
|
||||
try {
|
||||
log.info("Peer updated: peerAddress=" + peerAddress + ", peerStatistics=" + peerStatistics);
|
||||
//log.info("Peer updated: peerAddress=" + peerAddress + ", peerStatistics=" + peerStatistics);
|
||||
} catch (Throwable t) {
|
||||
log.error("Exception at peerUpdated " + t.getMessage());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue