mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-22 15:57:49 +02:00
add sphinx payload struct back so hornet.go can compile
This commit is contained in:
@@ -55,6 +55,10 @@ type RoutingSegment struct {
|
|||||||
// stuff perhaps?
|
// stuff perhaps?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SphinxPayload...
|
||||||
|
type SphinxPayload struct {
|
||||||
|
}
|
||||||
|
|
||||||
// ForwardingSegment....
|
// ForwardingSegment....
|
||||||
type ForwardingSegment struct {
|
type ForwardingSegment struct {
|
||||||
// Here's hash(R), attempt to make an HTLC with the next hop. If
|
// Here's hash(R), attempt to make an HTLC with the next hop. If
|
||||||
|
Reference in New Issue
Block a user