]> git.bitcoin.ninja Git - rust-lightning/commit
Fix the `establish_connection` utility method for a 2nd connection
authorMatt Corallo <git@bluematt.me>
Tue, 20 Aug 2024 02:13:55 +0000 (02:13 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 1 Oct 2024 16:49:38 +0000 (16:49 +0000)
commit83e7eed8aa1b9d699a0e1fd767797279fec9e6ec
tree64d15384cbbd27825d0d8c0dc2e962bfa6a4c161
parent1dd63710c6efc97bc9928195c31c7a5caf6a9deb
Fix the `establish_connection` utility method for a 2nd connection

The `establish_connection` method should work for more than one
connection per `PeerManager`, which we fix here.
lightning/src/ln/peer_handler.rs