mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
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:
parent
915c932e2d
commit
d659dc4080
@ -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…
Reference in New Issue
Block a user