We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece6e73 commit 3ffbda0Copy full SHA for 3ffbda0
tests/common.rs
@@ -113,6 +113,8 @@ impl TestRunner {
113
asset_db_path: None, // XXX
114
#[cfg(feature = "liquid")]
115
parent_network: bitcoin::Network::Regtest,
116
+ tx_cache_size: 100,
117
+ initial_sync_compaction: false,
118
//#[cfg(feature = "electrum-discovery")]
119
//electrum_public_hosts: Option<crate::electrum::ServerHosts>,
120
0 commit comments