merge issues

This commit is contained in:
Dmitriy Ryajov 2023-12-22 17:15:27 -06:00
parent 257385e6f4
commit 332e08f95c
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -31,14 +31,6 @@ import ./codextypes
export errors, formats, units, codextypes
# hashes
Sha256Hash* = multiCodec("sha2-256")
# CIDs
Raw = multiCodec("raw")
DagPB* = multiCodec("dag-pb")
DagJson* = multiCodec("dag-json")
type
Block* = ref object of RootObj
cid*: Cid