We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6c215 commit bccdc4fCopy full SHA for bccdc4f
lightning/src/ln/channelmanager.rs
@@ -3582,7 +3582,7 @@ where
3582
{
3583
fn process_pending_events<H: Deref>(&self, handler: H) where H::Target: EventHandler {
3584
PersistenceNotifierGuard::optionally_notify(&self.total_consistency_lock, &self.persistence_notifier, || {
3585
- //TODO: This behavior should be documented. It's non-intuitive that we query
+ // TODO: This behavior should be documented. It's unintuitive that we query
3586
// ChannelMonitors when clearing other events.
3587
self.process_pending_monitor_events();
3588
0 commit comments