| 728 | } |
| 729 | |
| 730 | void psbt_input_set_unknown(const tal_t *ctx, |
| 731 | struct wally_psbt_input *in, |
| 732 | const u8 *key, |
| 733 | const void *value, |
| 734 | size_t value_len) |
| 735 | { |
| 736 | map_replace(ctx, &in->unknowns, key, value, value_len); |
| 737 | } |
| 738 | |
| 739 | void *psbt_get_lightning(const struct wally_map *map, |
| 740 | const u8 proprietary_type, |