From 1aad7e4b741a5eadf52ac7627d1966813f5f5032 Mon Sep 17 00:00:00 2001 From: Dan Notestein Date: Mon, 10 Apr 2017 14:42:34 +0000 Subject: [PATCH] Document limits on number_of_players in a tournament. --- libraries/chain/include/graphene/chain/protocol/tournament.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/chain/include/graphene/chain/protocol/tournament.hpp b/libraries/chain/include/graphene/chain/protocol/tournament.hpp index b9a71523..bfc825e9 100644 --- a/libraries/chain/include/graphene/chain/protocol/tournament.hpp +++ b/libraries/chain/include/graphene/chain/protocol/tournament.hpp @@ -54,7 +54,7 @@ namespace graphene { namespace chain { /// the tournament is canceled fc::time_point_sec registration_deadline; - /// Number of players in the tournament. This must be a power of 2. + /// Number of players in the tournament. Must be greater than 1. Currently max is 255, should it be committe-settable? uint32_t number_of_players; /// Each player must pay this much to join the tournament. This can be