We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9387cb commit 37f90baCopy full SHA for 37f90ba
1 file changed
src/dynafed.h
@@ -6,7 +6,8 @@
6
#include <chainparams.h>
7
#include <primitives/block.h>
8
9
-
+/* Returns true if the next block would be the first block of an epoch with new
10
+ * parameters. It also returns the parameter set that is being transitioned to. */
11
bool NextBlockIsParameterTransition(const CBlockIndex* pindexPrev, const Consensus::Params& consensus, DynaFedParamEntry& winning_entry);
12
13
/* Compute the next block's enforced parameters */
0 commit comments