Skip to content

Commit f428943

Browse files
committed
f fix comment
1 parent 5f2f32c commit f428943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/functional_test_utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ pub fn get_revoke_commit_msgs<CM: AChannelManager, H: NodeHolder<CM=CM>>(node: &
779779
})
780780
}
781781

782-
/// Gets a `revoke_and_ack` and `UpdateHTLCs` (i.e. after we get a responding `commitment_signed`
782+
/// Gets a `UpdateHTLCs` and `revoke_and_ack` (i.e. after we get a responding `commitment_signed`
783783
/// while we have updates in the holding cell).
784784
pub fn get_updates_and_revoke<CM: AChannelManager, H: NodeHolder<CM=CM>>(node: &H, recipient: &PublicKey) -> (msgs::CommitmentUpdate, msgs::RevokeAndACK) {
785785
let events = node.node().get_and_clear_pending_msg_events();

0 commit comments

Comments
 (0)