mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
df, bugfix: use tal_wally around an allocation
This commit is contained in:
parent
6d650064a0
commit
4a1843a151
1 changed files with 2 additions and 0 deletions
|
@ -902,7 +902,9 @@ static bool run_tx_interactive(struct state *state,
|
|||
peer_failed(state->pps, &state->channel_id,
|
||||
"Unable to add input");
|
||||
|
||||
tal_wally_start();
|
||||
wally_psbt_input_set_utxo(in, tx->wtx);
|
||||
tal_wally_end(psbt);
|
||||
|
||||
if (is_elements(chainparams)) {
|
||||
struct amount_asset asset;
|
||||
|
|
Loading…
Add table
Reference in a new issue