Skip to content

Commit 547a2f7

Browse files
committed
Fill out expected liquidv1 chain size
Currently it is 1.1 GB according to my local machine. Overshooting by 3x to account for growth.
1 parent ccf6697 commit 547a2f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/chainparams.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,9 @@ class CLiquidV1Params : public CChainParams {
689689
fMineBlocksOnDemand = false;
690690
m_fallback_fee_enabled = false; // TODO Will this break stuff?
691691

692+
m_assumed_blockchain_size = 3;
693+
m_assumed_chain_state_size = 1;
694+
692695
bech32_hrp = "ex"; // ex(plicit)
693696
blech32_hrp = "lq"; // l(i)q(uid)
694697
parent_bech32_hrp = "bc";

0 commit comments

Comments
 (0)