Fixing allocation context in funding wscript generation

This commit is contained in:
Dr. Maxim Orlovsky 2020-04-06 11:15:54 +02:00 committed by Rusty Russell
parent fe85cf9a4f
commit 65eb9d8f43

View file

@ -304,7 +304,7 @@ struct bitcoin_tx **channel_txs(const tal_t *ctx,
/* Generating and saving witness script required to spend
* the funding output */
*funding_wscript = bitcoin_redeem_2of2(*funding_wscript,
*funding_wscript = bitcoin_redeem_2of2(ctx,
&channel->funding_pubkey[side],
&channel->funding_pubkey[!side]);