mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
multi: replace NotifyExitHopHtlc eob param with hop.Payload
This commit is contained in:
11
invoices/interface.go
Normal file
11
invoices/interface.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package invoices
|
||||
|
||||
import "github.com/lightningnetwork/lnd/record"
|
||||
|
||||
// Payload abstracts access to any additional fields provided in the final hop's
|
||||
// TLV onion payload.
|
||||
type Payload interface {
|
||||
// MultiPath returns the record corresponding the option_mpp parsed from
|
||||
// the onion payload.
|
||||
MultiPath() *record.MPP
|
||||
}
|
Reference in New Issue
Block a user