This commit is contained in:
2026-09-17 11:13:13 +07:00
parent fd39be0eda
commit fe2d956d40
13 changed files with 507 additions and 1391 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ const WRAP_TAG: &str = "e";
const KIND_TAG: &str = "k";
const STATE_PREFIX: &str = "concord/";
/// CORD-08 §3: an already-expired rumor is refused at ingest, never stored.
/// Returns whether the rumor was kept.
/// An already-expired rumor is refused at ingest. Returns whether it was kept.
pub async fn cache_rumor(
database: &dyn NostrDatabase,
channel: &ChannelId,