mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
wallet: Remove FIXME
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
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);
|
||||
htlc_out_check(hout, __func__);
|
||||
|
||||
/* FIXME: Save to db */
|
||||
wallet_htlc_update(peer->ld->wallet, hout->dbid, hout->hstate, preimage);
|
||||
|
||||
if (hout->in)
|
||||
|
Loading…
Reference in New Issue
Block a user