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

fix tests

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