mirror of https://github.com/voidlizard/hbs2
ip, log merging, debug-28
This commit is contained in:
parent
237732e25e
commit
25f9f7ca59
|
@ -470,7 +470,7 @@ logMergeProcess env q = do
|
|||
current <- lift $ readLog sto (HashRef h) <&> HashSet.fromList
|
||||
|
||||
-- trans <- filter (not . flip HashSet.member current) . mconcat <$> mapM (lift . readLog sto) logs
|
||||
trans <- mconcat <$> mapM (lift . readLog sto) logs
|
||||
trans <- filter (/= HashRef h) . mconcat <$> mapM (lift . readLog sto) logs
|
||||
|
||||
guard (not $ List.null trans)
|
||||
|
||||
|
|
Loading…
Reference in New Issue