mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
bitcoin/psbt: psbt_finalize needs a tal ctx.
Since it returns a wally_tx. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -79,7 +79,8 @@ void psbt_txid(const tal_t *ctx,
|
||||
*/
|
||||
void psbt_elements_normalize_fees(struct wally_psbt *psbt);
|
||||
|
||||
struct wally_tx *psbt_finalize(struct wally_psbt *psbt, bool finalize_in_place);
|
||||
struct wally_tx *psbt_finalize(const tal_t *ctx,
|
||||
struct wally_psbt *psbt, bool finalize_in_place);
|
||||
|
||||
/* psbt_make_key - Create a new, proprietary c-lightning key
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user