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

Function openchannel_peer_sigs_serialize

lightningd/notification.c:577–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577static void openchannel_peer_sigs_serialize(struct json_stream *stream,
578 const struct channel_id *cid,
579 const struct wally_psbt *psbt)
580{
581 json_add_channel_id(stream, "channel_id", cid);
582 json_add_psbt(stream, "signed_psbt", psbt);
583}
584
585REGISTER_NOTIFICATION(openchannel_peer_sigs);
586

Callers 1

Calls 2

json_add_channel_idFunction · 0.85
json_add_psbtFunction · 0.85

Tested by

no test coverage detected