From 4a40ab5e8c01b2fd1adfddf23552456567c1f00c Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Thu, 3 Apr 2025 17:46:46 +0200 Subject: [PATCH] Accommodate minor change in `test_utils` API introduce by LDK 0.1.2 LDK 0.1.2 introduced a new `SyncPersist` trait that we accommodate here to fix our CI. --- src/io/test_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/test_utils.rs b/src/io/test_utils.rs index aed03b6fc..df806779e 100644 --- a/src/io/test_utils.rs +++ b/src/io/test_utils.rs @@ -80,7 +80,7 @@ pub(crate) fn do_read_write_remove_list_persist(kv_s // Integration-test the given KVStore implementation. Test relaying a few payments and check that // the persisted data is updated the appropriate number of times. -pub(crate) fn do_test_store(store_0: &K, store_1: &K) { +pub(crate) fn do_test_store(store_0: &K, store_1: &K) { let chanmon_cfgs = create_chanmon_cfgs(2); let mut node_cfgs = create_node_cfgs(2, &chanmon_cfgs); let chain_mon_0 = test_utils::TestChainMonitor::new(