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