Skip to content

Commit 272574e

Browse files
authored
Logical contacts and a try to make NIP-17 more reliable (#667)
* Logical contacts search * Unified contact search * Wasm search contact, contact flag, testing * Increase time slack to 24 hours * Review fixes
1 parent f4e79ea commit 272574e

File tree

23 files changed

+487
-65
lines changed

23 files changed

+487
-65
lines changed

crates/bcr-ebill-api/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pub const MAX_FILE_NAME_CHARACTERS: usize = 200;
66
pub const VALID_FILE_MIME_TYPES: [&str; 3] = ["image/jpeg", "image/png", "application/pdf"];
77

88
// When subscribing events we subtract this from the last received event time
9-
pub const NOSTR_EVENT_TIME_SLACK: u64 = 3600; // 1 hour
9+
pub const NOSTR_EVENT_TIME_SLACK: u64 = 3600 * 24; // 1 day
1010
pub const CURRENCY_SAT: &str = "sat";

0 commit comments

Comments
 (0)