mirror of https://github.com/voidlizard/hbs2
wip26
This commit is contained in:
parent
a22e1635de
commit
1f1c9be9df
|
@ -968,7 +968,8 @@ traverseToCBlock sto cblock dig process = do
|
||||||
|
|
||||||
deeper <- dig h
|
deeper <- dig h
|
||||||
|
|
||||||
if not deeper then
|
if not deeper then do
|
||||||
|
atomically $ modifyTVar done ( HS.insert h )
|
||||||
next WNextSBlock
|
next WNextSBlock
|
||||||
else do
|
else do
|
||||||
sections <- cached cache h $ S.toList_ (readCBlock sto h S.yield)
|
sections <- cached cache h $ S.toList_ (readCBlock sto h S.yield)
|
||||||
|
|
Loading…
Reference in New Issue