Skip to content

Commit

Permalink
teams: emergency fix, initialize SeedChecks in FTL
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Jun 19, 2019
1 parent 29941eb commit 7f54928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/teams/ftl.go
Expand Up @@ -1131,6 +1131,9 @@ func (f *FastTeamChainLoader) putSeeds(m libkb.MetaContext, arg fastLoadArg, sta

func (f *FastTeamChainLoader) computeSeedChecks(m libkb.MetaContext, state *keybase1.FastTeamData) (err error) {
latestChainGen := keybase1.PerTeamKeyGeneration(len(state.PerTeamKeySeedsUnverified))
if state.SeedChecks == nil {
state.SeedChecks = make(map[keybase1.PerTeamKeyGeneration]keybase1.PerTeamSeedCheck)
}
return computeSeedChecks(
m.Ctx(),
state.ID(),
Expand Down

0 comments on commit 7f54928

Please sign in to comment.