lightningd: remove peer->log in favor of channel->log.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2018-02-12 20:43:04 +10:30
committed by Christian Decker
parent e20fff9340
commit 8f48a72d74
3 changed files with 6 additions and 10 deletions

View File

@@ -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;