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