You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we get a call to process_pending_htlc_forwards while processing a PendingHTLCsForwardable event (ie the users' event handler method calls back into ChannelManager) we won't generate a new PendingHTLCsForwardable as the deduplication will kick in and see the existing in-process one in the queue. This at least can break for phantom payments.