Skip to content

Commit

Permalink
remove unnec. comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmazur committed Dec 2, 2023
1 parent 0e0ef86 commit 71581a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hivemind/p2p/p2p_daemon_bindings/datastructures.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@

from hivemind.proto import crypto_pb2, p2pd_pb2

# NOTE: On inlining...
# See: https://github.com/libp2p/specs/issues/138
# NOTE: enabling to be interoperable w/ the Go implementation
# ENABLE_INLINING = False
MAX_INLINE_KEY_LENGTH = 42


class PeerID:
def __init__(self, peer_id_bytes: bytes) -> None:
Expand Down

0 comments on commit 71581a7

Please sign in to comment.