Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jun 18, 2024
1 parent b1ae845 commit d4e7322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutiny-core/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ impl<S: MutinyStorage> EventHandler<S> {
..
} => {
// 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)
{
Expand Down

0 comments on commit d4e7322

Please sign in to comment.