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

fix tests

parent 85edd52e
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
...@@ -374,7 +374,6 @@ func (m *manager) follow(report interfaces.ClientErrorReport, rng csprng.Source, ...@@ -374,7 +374,6 @@ func (m *manager) follow(report interfaces.ClientErrorReport, rng csprng.Source,
if !m.param.RealtimeOnly { if !m.param.RealtimeOnly {
roundsWithMessages2 = identity.UR.Iterate(func(rid id.Round) bool { roundsWithMessages2 = identity.UR.Iterate(func(rid id.Round) bool {
// TODO add set unchecked
if gwRoundsState.Checked(rid) { if gwRoundsState.Checked(rid) {
return rounds.Checker(rid, filterList, identity.CR) return rounds.Checker(rid, filterList, identity.CR)
} }
...@@ -385,7 +384,6 @@ func (m *manager) follow(report interfaces.ClientErrorReport, rng csprng.Source, ...@@ -385,7 +384,6 @@ func (m *manager) follow(report interfaces.ClientErrorReport, rng csprng.Source,
for _, rid := range roundsWithMessages { for _, rid := range roundsWithMessages {
//denote that the round has been looked at in the tracking store //denote that the round has been looked at in the tracking store
if identity.CR.Check(rid) { if identity.CR.Check(rid) {
// TODO: Err
m.round.GetMessagesFromRound(rid, identity) m.round.GetMessagesFromRound(rid, identity)
} }
} }
......
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