You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PendingBlocks puts a flag to_download on parent blocks that are not found when their children are added to our node, but the download is not called.
Now that we have async downloads, we should call for the direct download directly.