mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
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:
commit
45f04d9753
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue