Merge branch 'denali' into improve-memory

This commit is contained in:
StephenButtolph 2020-06-19 13:30:55 -04:00
commit 534ef0bffc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func (t *Transitive) Initialize(config Config) error {
t.onFinished = t.finishBootstrapping
t.polls = newPolls(int(config.Alpha), config.Context.Log, t.numPolls)
t.polls = newPolls(int(config.Params.Alpha), config.Context.Log, t.numPolls)
return t.bootstrapper.Initialize(config.BootstrapConfig)
}