| 575 | } |
| 576 | |
| 577 | static 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 | |
| 585 | REGISTER_NOTIFICATION(openchannel_peer_sigs); |
| 586 |
no test coverage detected