Skip to content

Commit 73e284d

Browse files
committed
f - Rephrase test documentation's example
1 parent bbec6e9 commit 73e284d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/chain/chainmonitor.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ mod tests {
279279

280280
/// Tests that in-block dependent transactions are processed by `block_connected` when not
281281
/// included in `txdata` but returned by [`chain::Filter::register_output`]. For instance,
282-
/// a commitment transaction's HTLC output may be spent in the same block as the commitment
283-
/// transaction itself. An Electrum client may filter the commitment transaction but needs to
284-
/// return the HTLC transaction so it can be processed.
282+
/// a (non-anchor) commitment transaction's HTLC output may be spent in the same block as the
283+
/// commitment transaction itself. An Electrum client may filter the commitment transaction but
284+
/// needs to return the HTLC transaction so it can be processed.
285285
#[test]
286286
fn connect_block_checks_dependent_transactions() {
287287
let chanmon_cfgs = create_chanmon_cfgs(2);

0 commit comments

Comments
 (0)