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 /test_utils | |
| parent | 48bb73000b939a2968e48e7832650df65d7add19 (diff) | |
feat(claim): change repo event kind
so that it is outside the 30000 <= n < 40000 parameterized replacable
range
Diffstat (limited to 'test_utils')
| -rw-r--r-- | test_utils/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
| 13 | 13 | ||
| 14 | pub static PR_KIND: u64 = 318; | 14 | pub static PR_KIND: u64 = 318; |
| 15 | pub static PATCH_KIND: u64 = 317; | 15 | pub static PATCH_KIND: u64 = 317; |
| 16 | pub static REPOSITORY_KIND: u64 = 300317; | 16 | pub static REPOSITORY_KIND: u64 = 30317; |
| 17 | 17 | ||
| 18 | pub static TEST_KEY_1_NSEC: &str = | 18 | pub static TEST_KEY_1_NSEC: &str = |
| 19 | "nsec1ppsg5sm2aexq06juxmu9evtutr6jkwkhp98exxxvwamhru9lyx9s3rwseq"; | 19 | "nsec1ppsg5sm2aexq06juxmu9evtutr6jkwkhp98exxxvwamhru9lyx9s3rwseq"; |