mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-19 04:24:57 -04:00
Fix confusing comment
This commit is contained in:
parent
c5d760b2a0
commit
fc4babcfd7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue