mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
lightningd: remove peer->log in favor of channel->log.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
e20fff9340
commit
8f48a72d74
@@ -37,9 +37,6 @@ struct peer {
|
||||
/* History */
|
||||
struct log_book *log_book;
|
||||
|
||||
/* FIXME: Remove in favor of channel->log */
|
||||
struct log *log;
|
||||
|
||||
/* Where we connected to, or it connected from. */
|
||||
struct wireaddr addr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user