diff options
Diffstat (limited to 'dht/src/Data/Tox/Onion.hs')
-rw-r--r-- | dht/src/Data/Tox/Onion.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dht/src/Data/Tox/Onion.hs b/dht/src/Data/Tox/Onion.hs index bd802c75..0338111b 100644 --- a/dht/src/Data/Tox/Onion.hs +++ b/dht/src/Data/Tox/Onion.hs | |||
@@ -848,6 +848,7 @@ data OnionRoute = OnionRoute | |||
848 | , routeNodeC :: NodeInfo | 848 | , routeNodeC :: NodeInfo |
849 | , routeRelayPort :: Maybe PortNumber | 849 | , routeRelayPort :: Maybe PortNumber |
850 | } | 850 | } |
851 | deriving Show | ||
851 | 852 | ||
852 | 853 | ||
853 | wrapOnion :: Serialize (Forwarding n msg) => | 854 | wrapOnion :: Serialize (Forwarding n msg) => |