forked from schmittlauch/Hash2Pub
adjust rest of code to new message structure
This commit is contained in:
parent
f8d444d5b6
commit
2542091379
2 changed files with 13 additions and 13 deletions
|
@ -196,16 +196,16 @@ spec = do
|
|||
requestTemplate = Request {
|
||||
requestID = 2342
|
||||
, sender = exampleNodeState
|
||||
, parts = 1
|
||||
, part = 1
|
||||
, isFinalPart = True
|
||||
, action = undefined
|
||||
, payload = undefined
|
||||
}
|
||||
responseTemplate = Response {
|
||||
responseTo = 2342
|
||||
, senderID = nid exampleNodeState
|
||||
, parts = 1
|
||||
, part = 1
|
||||
, isFinalPart = True
|
||||
, action = undefined
|
||||
, payload = undefined
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue