Browse Source

df, bugfix: use tal_wally around an allocation

travis-experimental
niftynei 4 years ago
committed by Rusty Russell
parent
commit
4a1843a151
  1. 2
      openingd/dualopend.c

2
openingd/dualopend.c

@ -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…
Cancel
Save