Skip to content

Commit 928727a

Browse files
committed
Merge #790: [0.18] Backports of various UX fixes
eedb834 Fix address string assertions in tests (Gregory Sanders) 791c53b Remove 'bitcoin' from address descriptions (Gregory Sanders) e5c1ad8 Fill out expected liquidv1 chain size (Gregory Sanders) 615be7f Fix QR address display for blinded base58 addrs (Gregory Sanders) 59d6b9f Make balances in overview scrollable (Andrew Chow) 921cddf Set the vertical layout in .ui file instead of programatically (Andrew Chow) Pull request description: backports of: - #788 - #785 - #784 - #778 Tree-SHA512: a6d7844fb2caf7430cd2d7dc8a6229346e7aee25bc8bd24415b0aae340f4e4762dd559fd507397a19bb960fb67d86b9e8d58e49726e04417fa9e195a84e51062
2 parents a15622a + eedb834 commit 928727a

File tree

7 files changed

+540
-450
lines changed

7 files changed

+540
-450
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)