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
We add this helper which will be used in a following commit. For the
noop htlcs that we are going to add we need to know whether the
"potential" receiver's balance is above reserve, so we add this
specific helper that helps us safely perform this check. To account for
entries that have already been processed, and to avoid bursts of HTLC
going way over the reserve, we also accept the delta parameter which
keeps track of amounts that will be credited to the receiver.
0 commit comments