mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 23:24:21 +01:00
connectd, gossipd: use per-peer logging.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -482,7 +482,9 @@ bool routing_add_node_announcement(struct routing_state *rstate,
|
||||
* is the case for private channels or channels that have not yet reached
|
||||
* `announce_depth`.
|
||||
*/
|
||||
bool handle_local_add_channel(struct routing_state *rstate, const u8 *msg,
|
||||
bool handle_local_add_channel(struct routing_state *rstate,
|
||||
const struct peer *peer,
|
||||
const u8 *msg,
|
||||
u64 index);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user