mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Fix liquidv1 sync
A single field wasn't given a positive value which meant it considers no peg-ins to be valid.
This commit is contained in:
parent
1e5da20b5e
commit
b73ff4ccfe
3 changed files with 6 additions and 2 deletions
|
|
@ -725,6 +725,9 @@ public:
|
|||
|
||||
g_con_blockheightinheader = true;
|
||||
g_con_elementsmode = true;
|
||||
// TODO: Pick appropriate value for this network.
|
||||
consensus.total_valid_epochs = 2;
|
||||
|
||||
|
||||
consensus.genesis_subsidy = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue