mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 17:14:22 +01:00
wallet: Remove FIXME
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
297e278132
commit
98f63856f7
@@ -718,7 +718,6 @@ static void fulfill_our_htlc_out(struct peer *peer, struct htlc_out *hout,
|
|||||||
hout->preimage = tal_dup(hout, struct preimage, preimage);
|
hout->preimage = tal_dup(hout, struct preimage, preimage);
|
||||||
htlc_out_check(hout, __func__);
|
htlc_out_check(hout, __func__);
|
||||||
|
|
||||||
/* FIXME: Save to db */
|
|
||||||
wallet_htlc_update(peer->ld->wallet, hout->dbid, hout->hstate, preimage);
|
wallet_htlc_update(peer->ld->wallet, hout->dbid, hout->hstate, preimage);
|
||||||
|
|
||||||
if (hout->in)
|
if (hout->in)
|
||||||
|
|||||||
Reference in New Issue
Block a user