Skip to content
Snippets Groups Projects
Commit bb43a377 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed broken reset session

parent d880049d
No related branches found
No related tags found
2 merge requests!233Modify restore to call user-defined bindings callback. Add Sent requests to...,!231Revert "Update store to print changes to the partners list"
......@@ -977,7 +977,7 @@ func checkVersionAndSetupStorage(def *ndf.NetworkDefinition,
}, protoUser.ReceptionID)
storageSess.GetEdge().Add(edge.Preimage{
Data: preimage.GenerateRequest(protoUser.ReceptionID),
Data: preimage.GenerateReset(protoUser.ReceptionID),
Type: preimage.Reset,
Source: protoUser.ReceptionID[:],
}, protoUser.ReceptionID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment