Skip to content

Commit 2424c4a

Browse files
authored
Merge pull request #4395 from okekefrancis112/test_payment_path_scoring
fix: test_payment_path_scoring failing
2 parents 92a8c88 + 1d90fce commit 2424c4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14245,6 +14245,7 @@ impl<
1424514245
pub fn push_pending_event(&self, event: events::Event) {
1424614246
let mut events = self.pending_events.lock().unwrap();
1424714247
events.push_back((event, None));
14248+
self.event_persist_notifier.notify();
1424814249
}
1424914250

1425014251
#[cfg(test)]

0 commit comments

Comments
 (0)