fix formatting and some naming in newsfragments (#754)

This commit is contained in:
Paul Robinson
2025-07-09 15:13:16 -06:00
committed by GitHub
parent 0679efb299
commit b716d64184
12 changed files with 12 additions and 12 deletions

View File

@ -1,2 +1,2 @@
Reordered the arguments to `upgrade_security` to place `is_initiator` before `peer_id`, and made `peer_id` optional.
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.