diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-01-22 00:00:00 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-01-22 00:00:00 +0000 |
| commit | d44fd5b33e608c3c1e3ca50bc47ec96bda73e1a0 (patch) | |
| tree | 1b5f484aa65a2ce710e4391c1ab27f70cee3c5f6 /src | |
| parent | 48bb73000b939a2968e48e7832650df65d7add19 (diff) | |
feat(claim): change repo event kind
so that it is outside the 30000 <= n < 40000 parameterized replacable
range
Diffstat (limited to 'src')
| -rw-r--r-- | src/repo_ref.rs | 2 |
1 files changed, 1 insertions, 1 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<nostr::Event> for RepoRef { | |||
| 68 | Ok(r) | 68 | Ok(r) |
| 69 | } | 69 | } |
| 70 | } | 70 | } |
| 71 | static REPO_REF_KIND: u64 = 300_317; | 71 | static REPO_REF_KIND: u64 = 30_317; |
| 72 | 72 | ||
| 73 | impl RepoRef { | 73 | impl RepoRef { |
| 74 | pub fn to_event(&self, keys: &nostr::Keys) -> Result<nostr::Event> { | 74 | pub fn to_event(&self, keys: &nostr::Keys) -> Result<nostr::Event> { |