Skip to content

Commit

Permalink
nostr: impl Debug, Clone, PartialEq and Eq for RawRelayMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Oct 16, 2023
1 parent 47bd617 commit db6b842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/nostr/src/message/relay/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use serde_json::Value;
use crate::message::MessageHandleError;

/// Raw Relay Message
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum RawRelayMessage {
/// `["EVENT", <subscription_id>, <event JSON>]` (NIP01)
Event {
Expand Down

0 comments on commit db6b842

Please sign in to comment.