| 48 | } |
| 49 | |
| 50 | u8 *to_self_wscript(const tal_t *ctx, |
| 51 | u16 to_self_delay, |
| 52 | u32 csv, |
| 53 | const struct keyset *keyset) |
| 54 | { |
| 55 | return bitcoin_wscript_to_local(ctx, to_self_delay, csv, |
| 56 | &keyset->self_revocation_key, |
| 57 | &keyset->self_delayed_payment_key); |
| 58 | } |
| 59 | |
| 60 | void tx_add_anchor_output(struct bitcoin_tx *tx, |
| 61 | const struct pubkey *funding_key) |
no test coverage detected