]> 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>
Thu, 17 Oct 2024 19:09:15 +0000 (19:09 +0000)
commitbcad2571ac653b5471eefc3eb5cc5d65b5c0285a
tree7ca855fdbd6f657c855ccc52ac5a8c0e0297928e
parent1b711ed15f426ce40f1aa6be83d930a01ab530ba
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