Fixes testmanifest.

This commit is contained in:
benbierens 2024-01-16 15:48:33 +01:00 committed by Dmitriy Ryajov
parent 964fe47ea2
commit 9fc10a5e85

View File

@ -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()