mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Add description of NextBlockIsParameterTransition
This commit is contained in:
parent
d9387cb5d5
commit
37f90ba508
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