mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-18 15:58:08 +00:00
Update codex/stores/repostore.nim
Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com> Signed-off-by: Tomasz Bekas <tomasz.bekas@gmail.com>
This commit is contained in:
parent
10d64561de
commit
85cef0ea1f
@ -334,7 +334,7 @@ method getBlockExpirations*(
|
|||||||
self: RepoStore,
|
self: RepoStore,
|
||||||
maxNumber: int,
|
maxNumber: int,
|
||||||
offset: int): Future[?!AsyncIter[?BlockExpiration]] {.async, base.} =
|
offset: int): Future[?!AsyncIter[?BlockExpiration]] {.async, base.} =
|
||||||
## Get block experiartions from the given RepoStore
|
## Get block expirations from the given RepoStore
|
||||||
##
|
##
|
||||||
|
|
||||||
without query =? createBlockExpirationQuery(maxNumber, offset), err:
|
without query =? createBlockExpirationQuery(maxNumber, offset), err:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user