This commit is contained in:
Sudo-Ivan
2025-05-29 14:29:08 -05:00
parent 8eb21e71ea
commit 2d9c99b786

View File

@@ -28,7 +28,6 @@ class PageFetcher:
RNS.log(f"PageFetcher: starting fetch of {req.page_path} from {req.destination_hash}")
"""
Download page content for the given PageRequest.
Placeholder implementation: replace with real network logic.
"""
dest_bytes = bytes.fromhex(req.destination_hash)
if not RNS.Transport.has_path(dest_bytes):