Skip to content

Commit 7a91ea9

Browse files
committed
f fly -> release
1 parent d1986df commit 7a91ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning/src/ln/chanmon_update_fail_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2999,7 +2999,7 @@ fn test_blocked_chan_preimage_release() {
29992999
if let Event::PaymentPathSuccessful { .. } = events[2] {} else { panic!(); }
30003000
if let Event::PaymentForwarded { .. } = events[1] {} else { panic!(); }
30013001

3002-
// The event processing should let the last RAA update fly.
3002+
// The event processing should release the last RAA update.
30033003
check_added_monitors(&nodes[1], 1);
30043004

30053005
// When we fetch the next update the message getter will generate the next update for nodes[2],

lightning/src/ln/functional_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9941,7 +9941,7 @@ fn do_test_multi_post_event_actions(do_reload: bool) {
99419941
if let Event::PaymentPathSuccessful { .. } = events[2] {} else { panic!(); }
99429942
if let Event::PaymentPathSuccessful { .. } = events[3] {} else { panic!(); }
99439943

9944-
// After the events are processed, the ChannelMonitorUpdates will fly and, upon their
9944+
// After the events are processed, the ChannelMonitorUpdates will be released and, upon their
99459945
// completion, we'll respond to nodes[1] with an RAA + CS.
99469946
get_revoke_commit_msgs(&nodes[0], &nodes[1].node.get_our_node_id());
99479947
check_added_monitors(&nodes[0], 3);

0 commit comments

Comments
 (0)