forked from schmittlauch/Hash2Pub
fixup! rename responseTo -> requestID to avoid partial record accessors
This commit is contained in:
parent
4e359775ec
commit
67cba1b69b
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue