Browse Source

peer_control: fix autodata compile issue. (#2783)

Caused by merge, and two files with autodata on same line.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
pull/2938/head
Rusty Russell 5 years ago
committed by ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent
commit
d659dc4080
  1. 1
      lightningd/peer_control.c

1
lightningd/peer_control.c

@ -114,7 +114,6 @@ struct peer *new_peer(struct lightningd *ld, u64 dbid,
peer->globalfeatures = peer->localfeatures = NULL;
list_head_init(&peer->channels);
peer->direction = node_id_idx(&peer->ld->id, &peer->id);
#if DEVELOPER
peer->ignore_htlcs = false;
#endif

Loading…
Cancel
Save