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 committed by Steven Roose
parent 615be7f75d
commit e5c1ad8f07
No known key found for this signature in database
GPG key ID: 2F2A88D7F8D68E87

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