minor fix

This commit is contained in:
Dmitry Zuikov 2023-10-15 05:25:28 +03:00
parent 10dc1d609e
commit b1bb280751
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ processBlock h = do
Just (SeqRef (SequentialRef n (AnnotatedHashRef a' b))) -> do
maybe1 a' none $ \a -> do
debug $ "GOT AnnotatedHashRef" <+> pretty a
addDownload mzero (fromHashRef a)
addDownload parent (fromHashRef a)
addDownload parent (fromHashRef b)