mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-02 06:36:22 -04:00
Match seed nodes ports with network id, improve logs
This commit is contained in:
parent
5618f23654
commit
6b89f19927
30 changed files with 259 additions and 173 deletions
|
@ -86,7 +86,7 @@ public abstract class Connection implements Closeable {
|
|||
}
|
||||
|
||||
protected void onMessage(Message msg) throws IOException {
|
||||
log.debug("RXD: " + msg.toString());
|
||||
log.debug("onMessage: " + msg.toString());
|
||||
if (msg instanceof ContainerMessage) {
|
||||
synchronized (connectionListeners) {
|
||||
for (ConnectionListener l : connectionListeners)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue