Skip to content

Commit

Permalink
joinstr: derive Debug for interface::Error
Browse files Browse the repository at this point in the history
  • Loading branch information
pythcoiner committed Mar 9, 2025
1 parent 657fcab commit dc67ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/joinstr/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use crate::{
utils::now,
};

#[derive(Debug)]
pub enum Error {
Unknown,
NostrClient(crate::nostr::error::Error),
Expand Down

0 comments on commit dc67ff3

Please sign in to comment.