removed duplicated call

This commit is contained in:
StephenButtolph 2020-06-24 12:01:45 -04:00
parent c0629af46e
commit 481f3c41ec
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ func (b *bootstrapper) fetch(vtxIDs ...ids.ID) error {
b.RequestID++
b.outstandingRequests.Add(validatorID, b.RequestID, vtxID)
b.needToFetch.Remove(vtxID)
b.BootstrapConfig.Sender.GetAncestors(validatorID, b.RequestID, vtxID) // request vertex and ancestors
}
return b.finish()