mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-09 17:03:09 +00:00
adds TorrentInfoHashNamespace
This commit is contained in:
parent
76c938433e
commit
6938ba203d
@ -15,6 +15,7 @@ const
|
||||
# number of blocks in the repo
|
||||
CodexBlocksNamespace* = CodexRepoNamespace & "/blocks" # blocks namespace
|
||||
CodexManifestNamespace* = CodexRepoNamespace & "/manifests" # manifest namespace
|
||||
TorrentInfoHashNamespace* = CodexRepoNamespace & "/torrents" # info hashes namespace
|
||||
CodexBlocksTtlNamespace* = # Cid TTL
|
||||
CodexMetaNamespace & "/ttl"
|
||||
CodexBlockProofNamespace* = # Cid and Proof
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user