mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
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:
parent
ccf6697e3b
commit
547a2f7bdf
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