mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-27 17:03:11 +00:00
wip: fix test
This commit is contained in:
parent
cc1af8dbd7
commit
45e76cddcd
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user