Merge #784: Fill out expected liquidv1 chain size

547a2f7bd Fill out expected liquidv1 chain size (Gregory Sanders)

Pull request description:

  fixes https://github.com/ElementsProject/elements/issues/765

Tree-SHA512: 7ea4ac2850b086f2aeee1065b308ab6505ff7c4af559242062e88f1db5891f1c6ca0c26f97a5a1c90f8eee284a66ffc9f31d422962f6efa6b870215fa04b955f
This commit is contained in:
Steven Roose 2019-11-26 11:05:04 +00:00
commit 45f04d9753
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";