mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
lightningd/peer_control.c: remove unnecessary reconnected field.
It can be on the stack. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -50,9 +50,6 @@ struct peer {
|
||||
/* Channel flags from opening message. */
|
||||
u8 channel_flags;
|
||||
|
||||
/* If we've disconnected, this is set. */
|
||||
bool reconnected;
|
||||
|
||||
/* Where we connected to, or it connected from. */
|
||||
struct netaddr netaddr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user