mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
6eb0f08345
commit
627a3e0911
|
@ -139,7 +139,7 @@ updateKeys = do
|
|||
-- FIXME: assume-huge-list
|
||||
seen <- withState selectAllSeenGKTx
|
||||
|
||||
debug $ "SEEN" <+> pretty (List.length seen)
|
||||
trace $ "SEEN" <+> pretty (List.length seen)
|
||||
|
||||
flip runContT pure $ callCC \exit -> do
|
||||
when (List.null rchans) $ exit ()
|
||||
|
|
Loading…
Reference in New Issue