fix the logic error in add_provider handling

This commit is contained in:
lla-dane
2025-08-27 10:17:40 +05:30
parent 2006b2c92c
commit 943bcc4d36

View File

@ -378,7 +378,7 @@ class KadDHT(Service):
# Process the signed-records of provider if sent
if not maybe_consume_signed_record(
message, self.host, peer_id
provider_proto, self.host
):
logger.error(
"Received an invalid-signed-record,"