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) {