Light explanation of dynamic federations fields

This commit is contained in:
Gregory Sanders 2019-06-14 13:17:39 -04:00
parent 15996384d4
commit 6ed63c1fb3

View file

@ -52,7 +52,9 @@ public:
std::string ToString() const;
};
/*
* Contains all the consensus parameters that can be voted for in dynamic federations
*/
class DynaFedParamEntry
{
public:
@ -128,6 +130,9 @@ public:
}
};
/*
* Encapsulation of the pair of dynamic federations parameters for "current" and "proposed"
*/
class DynaFedParams
{
public: