Skip to content

Commit 4888936

Browse files
committed
f LDK: Account for CLOSED_CHANNEL_UPDATE_ID being dropped
1 parent 60910ce commit 4888936

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/io/test_utils.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use lightning::ln::functional_test_utils::{
1111
};
1212
use lightning::util::persist::{read_channel_monitors, KVStore, KVSTORE_NAMESPACE_KEY_MAX_LEN};
1313

14-
use lightning::chain::channelmonitor::CLOSED_CHANNEL_UPDATE_ID;
1514
use lightning::events::ClosureReason;
1615
use lightning::util::test_utils;
1716
use lightning::{check_added_monitors, check_closed_broadcast, check_closed_event};
@@ -184,7 +183,4 @@ pub(crate) fn do_test_store<K: KVStore>(store_0: &K, store_1: &K) {
184183
100000
185184
);
186185
check_added_monitors!(nodes[1], 1);
187-
188-
// Make sure everything is persisted as expected after close.
189-
check_persisted_data!(CLOSED_CHANNEL_UPDATE_ID);
190186
}

0 commit comments

Comments
 (0)