good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 974e01bc authored by ledgerwatch's avatar ledgerwatch Committed by GitHub
Browse files

Allow skeleton requests to more peers (#4290)


Co-authored-by: default avatarAlex Sharp <alexsharp@Alexs-MacBook-Pro.local>
parent 13a1b3c1
No related branches found
No related tags found
No related merge requests found
......@@ -105,9 +105,6 @@ func (cs *MultiClient) SendHeaderRequest(ctx context.Context, req *headerdownloa
return [64]byte{}, false
}
minBlock := req.Number
if !req.Reverse {
minBlock = req.Number + (req.Length-1)*(req.Skip+1)
}
outreq := proto_sentry.SendMessageByMinBlockRequest{
MinBlock: minBlock,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment