Skip to content

Commit 0e38bd5

Browse files
committed
f comment in test
1 parent 9854c91 commit 0e38bd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/ln/monitor_tests.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ fn test_spendable_output<'a, 'b, 'c, 'd>(node: &'a Node<'b, 'c, 'd>, spendable_t
9696

9797
#[test]
9898
fn revoked_output_htlc_resolution_timing() {
99-
// Tests that the resoluting time of HTLCs which were present in a broadcasted remote revoked
100-
// commitment transaction are resolved only after a spend of the HTLC output reaches six
101-
// confirmations. Preivously they would resolve after the revoked commitment transaction itself
102-
// reaches six confirmations.
99+
// Tests that HTLCs which were present in a broadcasted remote revoked commitment transaction
100+
// are resolved only after a spend of the HTLC output reaches six confirmations. Preivously
101+
// they would resolve after the revoked commitment transaction itself reaches six
102+
// confirmations.
103103
let chanmon_cfgs = create_chanmon_cfgs(2);
104104
let node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
105105
let node_chanmgrs = create_node_chanmgrs(2, &node_cfgs, &[None, None]);

0 commit comments

Comments
 (0)