Skip to content

Commit

Permalink
Merge ElementsProject#970: Specify the dynafed epoch length for liquidv1
Browse files Browse the repository at this point in the history
70390ee Specify the dynafed epoch length for liquidv1 (Steven Roose)

Pull request description:

Tree-SHA512: edea8187c41a7ecfd8e3dea58dc28ede6fa34082b2ff74bdadcd67ac53b5f4fb165dbd5d1776e8d3c811b3bd49cabf1abb037236def1f7372e794d459ed44de4
  • Loading branch information
stevenroose committed Mar 15, 2021
2 parents 8c834f7 + 70390ee commit 0c82c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,8 @@ class CLiquidV1Params : public CChainParams {
g_con_blockheightinheader = true;
g_con_elementsmode = true;
consensus.elements_mode = g_con_elementsmode;
// TODO: Pick appropriate value for this network.
consensus.total_valid_epochs = 2;
consensus.dynamic_epoch_length = 20160;


consensus.genesis_subsidy = 0;
Expand Down

0 comments on commit 0c82c27

Please sign in to comment.