mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Light explanation of dynamic federations fields
This commit is contained in:
parent
15996384d4
commit
6ed63c1fb3
1 changed files with 6 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue