mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 00:54:22 +01:00
1. The handle pointer is always set to handle_client: just call direclty. 2. Call the root 'client' variable master. 3. We never exit the io_loop: we exit via master_gone instead, so cleanup there. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>