htlcswitch: add missing method doc

This commit is contained in:
ffranr 2024-04-09 14:13:09 +01:00
parent 043f6963e8
commit 8b1d9c9248
No known key found for this signature in database
GPG Key ID: B1F8848557AA29D2

@ -363,6 +363,8 @@ func (s *InterceptableSwitch) setInterceptor(interceptor ForwardInterceptor) {
})
}
// resolve processes a HTLC given the resolution type specified by the
// intercepting client.
func (s *InterceptableSwitch) resolve(res *FwdResolution) error {
intercepted, err := s.heldHtlcSet.pop(res.Key)
if err != nil {