mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Add description of NextBlockIsParameterTransition
This commit is contained in:
parent
a7bb36f6cf
commit
69e881a597
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
#include <chainparams.h>
|
||||
#include <primitives/block.h>
|
||||
|
||||
|
||||
/* Returns true if the next block would be the first block of an epoch with new
|
||||
* parameters. It also returns the parameter set that is being transitioned to. */
|
||||
bool NextBlockIsParameterTransition(const CBlockIndex* pindexPrev, const Consensus::Params& consensus, DynaFedParamEntry& winning_entry);
|
||||
|
||||
/* Compute the next block's enforced parameters */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue