mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
multi: replace NotifyExitHopHtlc eob param with hop.Payload
This commit is contained in:
@@ -233,3 +233,9 @@ func ValidateParsedPayloadTypes(parsedTypes tlv.TypeSet,
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
// MultiPath returns the record corresponding the option_mpp parsed from the
|
||||
// onion payload.
|
||||
func (h *Payload) MultiPath() *record.MPP {
|
||||
return h.MPP
|
||||
}
|
||||
|
Reference in New Issue
Block a user