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:
@@ -60,9 +60,6 @@ struct peer {
|
||||
/* Our channel config. */
|
||||
struct channel_config our_config;
|
||||
|
||||
/* funding_signed packet for fundee, waiting to send. */
|
||||
const u8 *funding_signed;
|
||||
|
||||
/* Minimum funding depth (specified by us if they fund). */
|
||||
u32 minimum_depth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user