This commit is contained in:
Dmitry Zuikov 2023-07-18 09:21:54 +03:00
parent ee934740ab
commit 7bd79453a6
1 changed files with 1 additions and 1 deletions

View File

@ -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