Skip to content

Commit e5f1785

Browse files
bhartnettarnetheduck
authored andcommitted
Update execution_chain/db/aristo/aristo_compute.nim
Co-authored-by: Jacek Sieka <[email protected]>
1 parent 248018c commit e5f1785

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
@@ -139,7 +139,7 @@ template appendBranch(w: var RlpWriter, vtx: VertexRef, hashKeys: array[16, Hash
139139
w.append EmptyBlob
140140

141141
template encodeBranch(w: var AristoTrieWriter, rvtx: VertexRef, subKeyForN: untyped): HashKey =
142-
var hashKeys: array[16, HashKey]
142+
var hashKeys {.noinit.}: array[16, HashKey]
143143
for (n {.inject.}, subvid {.inject.}) in vtx.allPairs():
144144
hashKeys[n] = subKeyForN
145145

0 commit comments

Comments
 (0)