Skip to content

Commit e963834

Browse files
committed
Light explanation of dynamic federations fields
1 parent 8f12b61 commit e963834

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/primitives/block.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ class CProof
5252
std::string ToString() const;
5353
};
5454

55-
55+
/*
56+
* Contains all the consensus parameters that can be voted for in dynamic federations
57+
*/
5658
class DynaFedParamEntry
5759
{
5860
public:
@@ -128,6 +130,9 @@ class DynaFedParamEntry
128130
}
129131
};
130132

133+
/*
134+
* Encapsulation of the pair of dynamic federations parameters for "current" and "proposed"
135+
*/
131136
class DynaFedParams
132137
{
133138
public:

0 commit comments

Comments
 (0)