diff options
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> { |