This commit is contained in:
voidlizard 2024-12-06 13:50:12 +03:00
parent a22e1635de
commit 1f1c9be9df
1 changed files with 2 additions and 1 deletions

View File

@ -968,7 +968,8 @@ traverseToCBlock sto cblock dig process = do
deeper <- dig h
if not deeper then
if not deeper then do
atomically $ modifyTVar done ( HS.insert h )
next WNextSBlock
else do
sections <- cached cache h $ S.toList_ (readCBlock sto h S.yield)