Skip to content

Commit

Permalink
chore(contract): fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenctw committed Dec 22, 2023
1 parent 3dd955b commit 8819b03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ library ArbitrationConstants {
Time.Duration constant CENSORSHIP_TOLERANCE = Time.Duration.wrap(60 * 5);
Time.Duration constant MATCH_EFFORT = Time.Duration.wrap(60 * 2);

// 4-level tournament
// 3-level tournament
uint64 constant LEVELS = 3;
// uint64 constant LOG2_MAX_MCYCLE = 63;

Expand Down

0 comments on commit 8819b03

Please sign in to comment.