Skip to content

Commit 032c404

Browse files
committed
f clarify comment
1 parent cec4f54 commit 032c404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/chain/chainmonitor.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,8 @@ mod tests {
784784

785785
fn do_chainsync_pauses_events(block_timeout: bool) {
786786
// When a chainsync monitor update occurs, any MonitorUpdates should be held before being
787-
// passed upstream. This tests that behavior, as well as some ways it might go wrong.
787+
// passed upstream to a `ChannelManager` via `Watch::release_pending_monitor_events`. This
788+
// tests that behavior, as well as some ways it might go wrong.
788789
let chanmon_cfgs = create_chanmon_cfgs(2);
789790
let node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
790791
let node_chanmgrs = create_node_chanmgrs(2, &node_cfgs, &[None, None]);

0 commit comments

Comments
 (0)