Skip to content

Commit 337a3bb

Browse files
committed
fix
1 parent aef216c commit 337a3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution_chain/db/aristo/aristo_compute.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ proc computeKeyImpl(
309309
# their hash being saved directly to the backend.
310310

311311
if vtx.vType notin Leaves:
312-
?db.putKeyAtLevel(rvid, vtx, key, level, batch)
312+
?db.putKeyAtLevel(rvid, BranchRef(vtx), key, level, batch)
313313
ok (key, level)
314314

315315
proc computeKeyImpl(

0 commit comments

Comments
 (0)