File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -279,9 +279,9 @@ mod tests {
279
279
280
280
/// Tests that in-block dependent transactions are processed by `block_connected` when not
281
281
/// 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.
285
285
#[ test]
286
286
fn connect_block_checks_dependent_transactions ( ) {
287
287
let chanmon_cfgs = create_chanmon_cfgs ( 2 ) ;
You can’t perform that action at this time.
0 commit comments