Fill out expected liquidv1 chain size

Currently it is 1.1 GB according to my local machine.

Overshooting by 3x to account for growth.
This commit is contained in:
Gregory Sanders 2019-11-19 10:30:40 -05:00
parent ccf6697e3b
commit 547a2f7bdf

View file

@ -689,6 +689,9 @@ public:
fMineBlocksOnDemand = false;
m_fallback_fee_enabled = false; // TODO Will this break stuff?
m_assumed_blockchain_size = 3;
m_assumed_chain_state_size = 1;
bech32_hrp = "ex"; // ex(plicit)
blech32_hrp = "lq"; // l(i)q(uid)
parent_bech32_hrp = "bc";