mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
3 lines
228 B
ReStructuredText
3 lines
228 B
ReStructuredText
Reordered the arguments to ``upgrade_security`` to place ``is_initiator`` before ``peer_id``, and made ``peer_id`` optional.
|
|
This allows the method to reflect the fact that peer identity is not required for inbound connections.
|