From cf713547241aba23648dc3c196fcd2b06f1c2b73 Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Tue, 20 Feb 2024 11:32:27 -0500 Subject: [PATCH] remove NANOSECONDS_PER_SECOND --- lib/src/types/xmtp.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/types/xmtp.rs b/lib/src/types/xmtp.rs index 0c5e70a..5fd2f8e 100644 --- a/lib/src/types/xmtp.rs +++ b/lib/src/types/xmtp.rs @@ -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 {