mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-19 02:49:44 -07:00
Allow announce handler to receive announce packet hash
This commit is contained in:
@@ -501,6 +501,10 @@ class PacketReceipt:
|
||||
return False
|
||||
elif len(proof) == PacketReceipt.IMPL_LENGTH:
|
||||
# This is an implicit proof
|
||||
|
||||
if not hasattr(self.destination, "identity"):
|
||||
return False
|
||||
|
||||
if self.destination.identity == None:
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user