From d44fd5b33e608c3c1e3ca50bc47ec96bda73e1a0 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 22 Jan 2024 00:00:00 +0000 Subject: feat(claim): change repo event kind so that it is outside the 30000 <= n < 40000 parameterized replacable range --- src/repo_ref.rs | 2 +- test_utils/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/repo_ref.rs b/src/repo_ref.rs index a5b35c9..d12c681 100644 --- a/src/repo_ref.rs +++ b/src/repo_ref.rs @@ -68,7 +68,7 @@ impl TryFrom for RepoRef { Ok(r) } } -static REPO_REF_KIND: u64 = 300_317; +static REPO_REF_KIND: u64 = 30_317; impl RepoRef { pub fn to_event(&self, keys: &nostr::Keys) -> Result { diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs index 1aab78a..d119bd7 100644 --- a/test_utils/src/lib.rs +++ b/test_utils/src/lib.rs @@ -13,7 +13,7 @@ pub mod relay; pub static PR_KIND: u64 = 318; pub static PATCH_KIND: u64 = 317; -pub static REPOSITORY_KIND: u64 = 300317; +pub static REPOSITORY_KIND: u64 = 30317; pub static TEST_KEY_1_NSEC: &str = "nsec1ppsg5sm2aexq06juxmu9evtutr6jkwkhp98exxxvwamhru9lyx9s3rwseq"; -- cgit v1.2.3