This commit is contained in:
Dmitry Zuikov 2024-03-27 10:35:14 +03:00
parent 9f85f2f31f
commit f23ec4ab9e
1 changed files with 2 additions and 2 deletions

View File

@ -287,8 +287,8 @@ updateState = do
Right txs -> do
-- FIXME: skip-already-processed-blocks
for_ txs $ \htx -> void $ runMaybeT do
done <- liftIO $ withDB db (isTxProcessed (HashVal htx))
guard (not done)
-- done <- liftIO $ withDB db (isTxProcessed (HashVal htx))
-- guard (not done)
getBlock sto (fromHashRef htx)
>>= toMPlus
<&> deserialiseOrFail @(RefChanUpdate L4Proto)