wip: fix test

This commit is contained in:
Dmitriy Ryajov 2022-03-18 16:24:15 -06:00
parent cc1af8dbd7
commit 45e76cddcd
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -40,7 +40,7 @@ proc deleteBlocks(store: BlockStore, manifest: Manifest, blks, bytes: int) {.asy
pos.add(i)
var
blk = (await store.getBlock(manifest[i])).tryGet()
bytePos = seq[int]
bytePos: seq[int]
while true:
if bytePos.len> bytes: