Kagome
Polkadot Runtime Engine in C++17
constants.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_CONSENSUS_CONSTANTS_
7 #define KAGOME_CONSENSUS_CONSTANTS_
8 
9 namespace kagome::consensus {
10 
11  constexpr size_t kMaxValidatorsNumber = 2048;
12 
13 }
14 
15 #endif // KAGOME_CONSENSUS_CONSTANTS_
constexpr size_t kMaxValidatorsNumber
Definition: constants.hpp:11