diff --git a/tests/codex/testmanifest.nim b/tests/codex/testmanifest.nim index 35feefb8..184bcdd0 100644 --- a/tests/codex/testmanifest.nim +++ b/tests/codex/testmanifest.nim @@ -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()