Skip to content
Snippets Groups Projects
Commit b6abce24 authored by benjamin's avatar benjamin
Browse files

fixed the handing of rounds on updatesentstatus

parent 65dd63b8
No related branches found
No related tags found
2 merge requests!60Revert "Fail a test to be sure it works",!10Make the message id index unique
......@@ -290,7 +290,7 @@ func (w *wasmModel) UpdateSentStatus(uuid uint64, messageID cryptoChannel.Messag
newMessage.MessageID = messageID.Bytes()
}
if round.ID == 0 {
if round.ID != 0 {
newMessage.Round = uint64(round.ID)
}
......
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