Skip to content

Commit

Permalink
Fix Nostr
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 20, 2024
1 parent 38fd686 commit d2ca4b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/nostr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ impl NostrClient {

impl Client for NostrClient {
fn send(&self, message: Message) -> Result<(), Error> {
todo!()
// TODO: Implement the send method
Ok(())
}
}

Expand Down

0 comments on commit d2ca4b0

Please sign in to comment.