Merge branch 'denali' into remove-tx-dependencies

This commit is contained in:
StephenButtolph 2020-06-19 13:31:14 -04:00
commit e9517c166d
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)
}