mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-15 03:43:11 +00:00
Fixes testmanifest.
This commit is contained in:
parent
964fe47ea2
commit
9fc10a5e85
@ -39,11 +39,11 @@ checksuite "Manifest":
|
||||
slotLeavesCids = leaves.toSlotCids().tryGet
|
||||
|
||||
tree = Poseidon2Tree.init(leaves).tryGet
|
||||
slotsRootsCid = tree.root.tryGet.toSlotsRootsCid().tryGet
|
||||
verifyCid = tree.root.tryGet.toVerifyCid().tryGet
|
||||
|
||||
verifiableManifest = Manifest.new(
|
||||
manifest = protectedManifest,
|
||||
verifyRoot = slotsRootsCid,
|
||||
verifyRoot = verifyCid,
|
||||
slotRoots = slotLeavesCids
|
||||
).tryGet()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user