Skip to content

Commit

Permalink
Fix the same typo in the implementation docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pkel committed Dec 16, 2022
1 parent fbcc83a commit 1b63796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/lib/network.mli
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module T : sig
defenders exhibits constant [propagation_delay]. Attacker message delays are chosen
randomly to meet [gamma].
Due to technical reasons, [defenders] must be at least [min 2 (1 / ( 1 - gamma ))]. *)
Due to technical reasons, [defenders] must be at least [max 2 (1 / ( 1 - gamma ))]. *)
val selfish_mining
: alpha:float
-> activation_delay:float
Expand Down

0 comments on commit 1b63796

Please sign in to comment.