mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
7bd79453a6
commit
bb32e8b97c
|
@ -425,7 +425,7 @@ refChanUpdateProto self pc adapter msg = do
|
||||||
debug $ "ACCEPTS:" <+> pretty accepts
|
debug $ "ACCEPTS:" <+> pretty accepts
|
||||||
|
|
||||||
-- FIXME: round!
|
-- FIXME: round!
|
||||||
when (accepts > 2) do
|
when (accepts >= 2) do
|
||||||
debug $ "ROUND!" <+> pretty accepts <+> pretty hashRef
|
debug $ "ROUND!" <+> pretty accepts <+> pretty hashRef
|
||||||
|
|
||||||
-- TODO: implement-accept
|
-- TODO: implement-accept
|
||||||
|
|
Loading…
Reference in New Issue