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>
This commit is contained in:
Rusty Russell 2019-06-30 09:59:45 +00:00 committed by ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent 915c932e2d
commit d659dc4080

View File

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