fixup! rename responseTo -> requestID to avoid partial record accessors

This commit is contained in:
Trolli Schmittlauch 2020-06-08 23:18:12 +02:00
parent 4e359775ec
commit 67cba1b69b

View file

@ -30,7 +30,7 @@ data FediChordMessage = Request
, payload :: Maybe ActionPayload , payload :: Maybe ActionPayload
} }
| Response | Response
{ requestID :: Integer { requestID :: Integer
, senderID :: NodeID , senderID :: NodeID
, part :: Integer , part :: Integer
, isFinalPart :: Bool , isFinalPart :: Bool