mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
* fix: removed dummy ID(b) from upgrade_security for inbound connections * added newsfragment * updated newsfragment
3 lines
220 B
ReStructuredText
3 lines
220 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.
|