Skip to content
Snippets Groups Projects
Commit 85edd52e authored by Jake Taylor's avatar Jake Taylor
Browse files

fix tests

parent 60418b4e
No related branches found
No related tags found
3 merge requests!233Modify restore to call user-defined bindings callback. Add Sent requests to...,!231Revert "Update store to print changes to the partners list",!222Hotfix/dropped grp message
...@@ -42,9 +42,8 @@ func (m Manager) receive(rawMsgs chan message.Receive, stop *stoppable.Single) { ...@@ -42,9 +42,8 @@ func (m Manager) receive(rawMsgs chan message.Receive, stop *stoppable.Single) {
stop.ToStopped() stop.ToStopped()
return return
case receiveMsg := <-rawMsgs: case receiveMsg := <-rawMsgs:
jww.DEBUG.Printf("Group message reception received cMix message on round %d (%d) sent by %s at %d.", jww.DEBUG.Printf("Group message reception received cMix message on round %d (%d).",
receiveMsg.RoundId, receiveMsg.RoundTimestamp.Unix(), receiveMsg.RoundId, receiveMsg.RoundTimestamp.Unix())
receiveMsg.Sender.String(), receiveMsg.Timestamp.Unix())
// If given zero time, try to guesstimate roundTimestamp as right now // If given zero time, try to guesstimate roundTimestamp as right now
if receiveMsg.RoundTimestamp.Equal(time.Unix(0, 0)) { if receiveMsg.RoundTimestamp.Equal(time.Unix(0, 0)) {
......
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