Skip to content

Commit f191f09

Browse files
committed
f sp
1 parent 0f7bc98 commit f191f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/reorg_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ fn do_test_unconf_chan(reload_node: bool, reorg_after_reload: bool, use_funding_
269269

270270
if !reorg_after_reload {
271271
// With expect_channel_force_closed set the TestChainMonitor will enforce that the next update
272-
// is a ChannelForcClosed on the right channel with should_broadcast set.
272+
// is a ChannelForceClosed on the right channel with should_broadcast set.
273273
*nodes[0].chain_monitor.expect_channel_force_closed.lock().unwrap() = Some((chan.2, true));
274274
if use_funding_unconfirmed {
275275
let relevant_txids = nodes[0].node.get_relevant_txids();
@@ -322,7 +322,7 @@ fn do_test_unconf_chan(reload_node: bool, reorg_after_reload: bool, use_funding_
322322

323323
if reorg_after_reload {
324324
// With expect_channel_force_closed set the TestChainMonitor will enforce that the next update
325-
// is a ChannelForcClosed on the right channel with should_broadcast set.
325+
// is a ChannelForceClosed on the right channel with should_broadcast set.
326326
*nodes[0].chain_monitor.expect_channel_force_closed.lock().unwrap() = Some((chan.2, true));
327327

328328
if use_funding_unconfirmed {

0 commit comments

Comments
 (0)