Code cleanup / formatting

This commit is contained in:
Alex Stokes
2019-08-02 16:02:07 -07:00
parent b98025c379
commit ab7653526f
3 changed files with 0 additions and 20 deletions

View File

@ -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)