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 81e7d0f commit b70343fCopy full SHA for b70343f
routing/router.go
@@ -1439,6 +1439,11 @@ func (r *ChannelRouter) resumePayments() error {
1439
log.Debugf("Scanning finished, found %d inflight payments",
1440
len(payments))
1441
1442
+ // TODO(ziggie): Also check for payments which have no HTLCs at all
1443
+ // this can happen because we register an attempt after initializing the
1444
+ // payment, so there is a small chance that we init a payment but never
1445
+ // register an attempt for it.
1446
+
1447
// Before we restart existing payments and start accepting more
1448
// payments to be made, we clean the network result store of the
1449
// Switch. We do this here at startup to ensure no more payments can be
0 commit comments