mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
record: move CustomRecordSet
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package invoices
|
||||
|
||||
import (
|
||||
"github.com/lightningnetwork/lnd/htlcswitch/hop"
|
||||
"github.com/lightningnetwork/lnd/record"
|
||||
)
|
||||
|
||||
@@ -14,5 +13,5 @@ type Payload interface {
|
||||
|
||||
// CustomRecords returns the custom tlv type records that were parsed
|
||||
// from the payload.
|
||||
CustomRecords() hop.CustomRecordSet
|
||||
CustomRecords() record.CustomSet
|
||||
}
|
||||
|
Reference in New Issue
Block a user