Files
lightning/wallet
Rusty Russell 28c3706f87 hsmd: fix missing status messages.
I crashed the HSMD, and it gave no output at all.  That's because we
were only reading the status fd when we were waiting for a reply.

Fix this by using a separate request fd and status fd, which also means
that hsm_sync_read() is no longer required.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-07-17 12:32:00 +02:00
..
2018-07-04 23:57:00 +02:00
2018-03-07 18:55:51 +01:00
2018-07-04 23:57:00 +02:00
2018-07-17 12:32:00 +02:00