mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-14 19:44:26 +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:
@@ -52,7 +52,6 @@ static void handle_signed_psbt(struct lightningd *ld,
|
||||
rcvd->pps,
|
||||
rcvd->commitment_msg,
|
||||
psbt, false);
|
||||
tal_free(rcvd->uc);
|
||||
}
|
||||
|
||||
/* ~Map of the Territory~
|
||||
|
||||
Reference in New Issue
Block a user