mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 23:24:21 +01:00
subd: handle status_peer_billboard messages from subdaemons.
We use a callback which updates the appropriate slot. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
db4de95033
commit
26b004e5af
@@ -163,6 +163,7 @@ void peer_start_closingd(struct channel *channel,
|
||||
channel, channel->log,
|
||||
closing_wire_type_name, closing_msg,
|
||||
channel_errmsg,
|
||||
channel_set_billboard,
|
||||
take(&peer_fd), take(&gossip_fd),
|
||||
NULL));
|
||||
if (!channel->owner) {
|
||||
|
||||
Reference in New Issue
Block a user