mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Fix confusing comment
This commit is contained in:
parent
c5d760b2a0
commit
fc4babcfd7
@ -30,7 +30,7 @@ public final class NodeAddress implements Persistable, Payload {
|
||||
return hostName + ":" + port;
|
||||
}
|
||||
|
||||
// We use just a few chars form or address to blur the potential receiver for sent messages
|
||||
// We use just a few chars from the full address to blur the potential receiver for sent messages
|
||||
public byte[] getAddressPrefixHash() {
|
||||
if (addressPrefixHash == null)
|
||||
addressPrefixHash = Hash.getHash(getFullAddress().substring(0, Math.min(2, getFullAddress().length())));
|
||||
|
Loading…
x
Reference in New Issue
Block a user