mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
channeld: wire up dev_memleak.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -91,4 +91,9 @@ void channel_watch_funding(struct lightningd *ld, struct channel *channel);
|
||||
|
||||
/* Pull peers, channels and HTLCs from db, and wire them up. */
|
||||
void load_channels_from_wallet(struct lightningd *ld);
|
||||
|
||||
#if DEVELOPER
|
||||
void peer_dev_memleak(struct command *cmd);
|
||||
#endif /* DEVELOPER */
|
||||
|
||||
#endif /* LIGHTNING_LIGHTNINGD_PEER_CONTROL_H */
|
||||
|
||||
Reference in New Issue
Block a user