mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +01:00
I split the peer_connected() function into the peer_reconnected(), which is basically an entire separate path from the rest of peer_connected(). Also, removed unused TAKEN annotation from `id` parameter. Nobody actually hands us take() there, and just as well, since we don't take it! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>