@@ -43,7 +43,7 @@ use crate::{
|
|||||||
error::{N34Error, N34Result},
|
error::{N34Error, N34Result},
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Timeout duration for the clinet.
|
/// Timeout duration for the client.
|
||||||
const CLIENT_TIMEOUT: Duration = Duration::from_millis(1500);
|
const CLIENT_TIMEOUT: Duration = Duration::from_millis(1500);
|
||||||
/// Length of a Nostr npub (public key) in characters.
|
/// Length of a Nostr npub (public key) in characters.
|
||||||
const NPUB_LEN: usize = 63;
|
const NPUB_LEN: usize = 63;
|
||||||
|
|||||||
Reference in New Issue
Block a user