This commit is contained in:
Dmitry Zuikov 2023-07-18 09:20:35 +03:00
parent 2d7a760a4c
commit ee934740ab
1 changed files with 2 additions and 0 deletions

View File

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