mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
2d7a760a4c
commit
ee934740ab
|
@ -422,6 +422,8 @@ refChanUpdateProto self pc adapter msg = do
|
|||
|
||||
accepts <- atomically $ readTVar (view refChanRoundAccepts rcRound) <&> HashMap.size
|
||||
|
||||
debug $ "ACCEPTS" <+> pretty accepts
|
||||
|
||||
-- FIXME: round!
|
||||
when (accepts > 2) do
|
||||
debug $ "ROUND!" <+> pretty accepts <+> pretty hashRef
|
||||
|
|
Loading…
Reference in New Issue