mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Code cleanup / formatting
This commit is contained in:
@ -54,7 +54,5 @@ class TransportUpgrader:
|
||||
"""
|
||||
Upgrade raw connection to muxed connection
|
||||
"""
|
||||
|
||||
# For PoC, no security, default to mplex
|
||||
# TODO do exchange to determine multiplexer
|
||||
return Mplex(conn, generic_protocol_handler, peer_id)
|
||||
|
||||
Reference in New Issue
Block a user