From d4e7322c6ba1e508823dba6510858c92443228ea Mon Sep 17 00:00:00 2001 From: benthecarman Date: Mon, 17 Jun 2024 23:16:17 -0500 Subject: [PATCH] Fix comment --- mutiny-core/src/event.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutiny-core/src/event.rs b/mutiny-core/src/event.rs index 1fa99a3ca..89200ed89 100644 --- a/mutiny-core/src/event.rs +++ b/mutiny-core/src/event.rs @@ -523,7 +523,7 @@ impl EventHandler { .. } => { // if we still have channel open params, then it was just a failed channel open - // we should not persist this as a closed channel and just delete the channel open params + // we should not persist this as a closed channel and pass back the failure reason if let Ok(Some(mut params)) = self.persister.get_channel_open_params(user_channel_id) {