mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
common: peer_billboard() helper for updating the billboard.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
cca0a5412e
commit
d4a172e221
@@ -57,7 +57,7 @@ void status_setup_async(struct daemon_conn *master)
|
||||
setup_logging_sighandler();
|
||||
}
|
||||
|
||||
static void status_send(const u8 *msg TAKES)
|
||||
void status_send(const u8 *msg TAKES)
|
||||
{
|
||||
if (status_fd >= 0) {
|
||||
int type =fromwire_peektype(msg);
|
||||
|
||||
Reference in New Issue
Block a user