mirror of https://github.com/voidlizard/hbs2
object download minor fix
This commit is contained in:
parent
8a87da62e9
commit
0f3bb22487
|
@ -188,7 +188,9 @@ reflogWorker conf adapter = do
|
|||
bss <- liftIO $ getBlock sto (fromHashRef ha)
|
||||
|
||||
when (isNothing bss) do
|
||||
liftIO $ reflogDownload adapter (fromHashRef ha)
|
||||
trace $ "missed block for " <+> pretty ha
|
||||
|
||||
liftIO $ reflogDownload adapter (fromHashRef ha)
|
||||
|
||||
bs <- MaybeT $ pure bss
|
||||
|
||||
|
|
Loading…
Reference in New Issue