mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
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:
parent
5c04ff1ad7
commit
02c3f11405
1 changed files with 0 additions and 1 deletions
|
@ -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~
|
||||||
|
|
Loading…
Add table
Reference in a new issue