From c6d8f6c5f310f201bd3d60d9147ca9a32996b8a3 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sat, 17 Oct 2015 17:08:41 -0700 Subject: [PATCH] add sphinx payload struct back so hornet.go can compile --- hornet.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hornet.go b/hornet.go index 5ccc62aa9..a5ec22798 100644 --- a/hornet.go +++ b/hornet.go @@ -55,6 +55,10 @@ type RoutingSegment struct { // stuff perhaps? } +// SphinxPayload... +type SphinxPayload struct { +} + // ForwardingSegment.... type ForwardingSegment struct { // Here's hash(R), attempt to make an HTLC with the next hop. If