wallet: Remove FIXME

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2017-10-09 12:33:55 +02:00 committed by Rusty Russell
parent 297e278132
commit 98f63856f7
1 changed files with 0 additions and 1 deletions

View File

@ -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)