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:
Gregory Sanders 2019-09-25 21:01:55 -04:00
parent 1e5da20b5e
commit b73ff4ccfe
3 changed files with 6 additions and 2 deletions

View file

@ -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;