We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039b599 commit bf6131bCopy full SHA for bf6131b
routing/payment_lifecycle.go
@@ -326,7 +326,9 @@ lifecycle:
326
// terminal condition. We either return the settled preimage or the
327
// payment's failure reason.
328
//
329
- // Optionally delete the failed attempts from the database.
+ // Optionally delete the failed attempts from the database. Depends on
330
+ // the database options deleting attempts is not allowed so this will
331
+ // just be a no-op.
332
err = p.router.cfg.Control.DeleteFailedAttempts(p.identifier)
333
if err != nil {
334
log.Errorf("Error deleting failed htlc attempts for payment "+
0 commit comments