mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
lightningd: get fd from HSM synchronously.
This means there's no GETTING_HSMFD state at all any more. We temporarily play games with the hsm fd; those will go away once we're done. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -11,9 +11,6 @@ enum peer_state {
|
||||
/* Negotiating channel opening: in opening daemon */
|
||||
OPENINGD,
|
||||
|
||||
/* Getting HSM fd for channeld. */
|
||||
GETTING_HSMFD,
|
||||
|
||||
/* In channeld, still waiting for lockin. */
|
||||
CHANNELD_AWAITING_LOCKIN,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user