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
|
||||
}
|
||||
| Response
|
||||
{ requestID :: Integer
|
||||
{ requestID :: Integer
|
||||
, senderID :: NodeID
|
||||
, part :: Integer
|
||||
, isFinalPart :: Bool
|
||||
|
|
Loading…
Reference in a new issue