Skip to content

Commit bccdc4f

Browse files
committed
f - fix TODO
1 parent 3e6c215 commit bccdc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3582,7 +3582,7 @@ where
35823582
{
35833583
fn process_pending_events<H: Deref>(&self, handler: H) where H::Target: EventHandler {
35843584
PersistenceNotifierGuard::optionally_notify(&self.total_consistency_lock, &self.persistence_notifier, || {
3585-
//TODO: This behavior should be documented. It's non-intuitive that we query
3585+
// TODO: This behavior should be documented. It's unintuitive that we query
35863586
// ChannelMonitors when clearing other events.
35873587
self.process_pending_monitor_events();
35883588

0 commit comments

Comments
 (0)