dual_open: don't release uc here, it gets freed elsewhere

This commit is contained in:
niftynei 2020-09-15 20:30:45 -05:00 committed by Rusty Russell
parent db2b013990
commit cf2a807d3c

View File

@ -136,7 +136,6 @@ static void handle_signed_psbt(struct lightningd *ld,
rcvd->pps,
rcvd->commitment_msg,
fwd_msg_2, false);
tal_free(rcvd->uc);
}
/* ~Map of the Territory~