diff --git a/RNS/Packet.py b/RNS/Packet.py index a78efbe..46ad940 100755 --- a/RNS/Packet.py +++ b/RNS/Packet.py @@ -323,7 +323,7 @@ class Packet: class ProofDestination: def __init__(self, packet): - self.hash = packet.get_hash()[:10]; + self.hash = packet.get_hash()[:RNS.Reticulum.TRUNCATED_HASHLENGTH//8]; self.type = RNS.Destination.SINGLE def encrypt(self, plaintext):