We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f12b61 commit e963834Copy full SHA for e963834
src/primitives/block.h
@@ -52,7 +52,9 @@ class CProof
52
std::string ToString() const;
53
};
54
55
-
+/*
56
+ * Contains all the consensus parameters that can be voted for in dynamic federations
57
+ */
58
class DynaFedParamEntry
59
{
60
public:
@@ -128,6 +130,9 @@ class DynaFedParamEntry
128
130
}
129
131
132
133
134
+ * Encapsulation of the pair of dynamic federations parameters for "current" and "proposed"
135
136
class DynaFedParams
137
138
0 commit comments