mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
lightningd: remove unused allocation.
Not a leak, since it's off tmpctx, but send_htlc_out allocates this itself. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
dd3d8d9504
commit
9a72016640
1 changed files with 0 additions and 1 deletions
|
@ -576,7 +576,6 @@ static void forward_htlc(struct htlc_in *hin,
|
|||
goto fail;
|
||||
}
|
||||
|
||||
hout = tal(tmpctx, struct htlc_out);
|
||||
failcode = send_htlc_out(next, amt_to_forward,
|
||||
outgoing_cltv_value, &hin->payment_hash,
|
||||
0, next_onion, hin, &hout);
|
||||
|
|
Loading…
Add table
Reference in a new issue