df, bugfix: dont free the uc yet

we free it later, which is a problem if we also free it here.
This commit is contained in:
niftynei 2020-10-14 20:18:00 -05:00 committed by Rusty Russell
parent 5c04ff1ad7
commit 02c3f11405

View file

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