Skip to content

Commit 0d2e323

Browse files
committed
fix test
1 parent 5e695a6 commit 0d2e323

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/common.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ impl TestRunner {
113113
asset_db_path: None, // XXX
114114
#[cfg(feature = "liquid")]
115115
parent_network: bitcoin::Network::Regtest,
116+
tx_cache_size: 100,
117+
initial_sync_compaction: false,
116118
//#[cfg(feature = "electrum-discovery")]
117119
//electrum_public_hosts: Option<crate::electrum::ServerHosts>,
118120
//#[cfg(feature = "electrum-discovery")]

0 commit comments

Comments
 (0)