mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 02:39:08 -04:00
Add btc peers to list in UI
This commit is contained in:
parent
67fb7aa825
commit
16baa3ec8d
7 changed files with 69 additions and 40 deletions
|
@ -20,7 +20,7 @@ public abstract class AuthenticationMessage implements Message {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return ", address=" + senderAddress.toString() +
|
||||
return ", address=" + (senderAddress != null ? senderAddress.toString() : "") +
|
||||
", networkId=" + networkId +
|
||||
'}';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue