| 919 | } |
| 920 | |
| 921 | bool validate_psbt(const struct wally_psbt *psbt) |
| 922 | { |
| 923 | size_t len; |
| 924 | return wally_psbt_get_length(psbt, 0, &len) == WALLY_OK; |
| 925 | } |
| 926 | |
| 927 | struct wally_psbt *psbt_from_bytes(const tal_t *ctx, const u8 *bytes, |
| 928 | size_t byte_len) |
no outgoing calls
no test coverage detected