Skip to content

Commit

Permalink
remove NANOSECONDS_PER_SECOND
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Feb 20, 2024
1 parent dc9ce81 commit cf71354
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/types/xmtp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ use std::{fmt, time::Duration};
use crate::resolver::EventContext;
use serde::{Deserialize, Serialize};

pub const NANOSECONDS_PER_SECOND: u64 = 1_000_000_000;

/// The XMTP Attribute Type
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize, Hash)]
pub struct XmtpAttribute {
Expand Down

0 comments on commit cf71354

Please sign in to comment.