MCPcopy Create free account
hub / github.com/ElementsProject/lightning / peer_update_features

Function peer_update_features

lightningd/peer_control.c:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void peer_update_features(struct peer *peer,
78 const u8 *their_features TAKES)
79{
80 tal_free(peer->their_features);
81 peer->their_features = tal_dup_talarr(peer, u8, their_features);
82}
83
84struct peer *new_peer(struct lightningd *ld, u64 dbid,
85 const struct node_id *id,

Callers 1

peer_connectedFunction · 0.85

Calls 1

tal_freeFunction · 0.85

Tested by

no test coverage detected