Skip to content

Commit

Permalink
Update codex/stores/repostore.nim
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
Signed-off-by: Tomasz Bekas <tomasz.bekas@gmail.com>
  • Loading branch information
tbekas and dryajov committed Oct 17, 2023
1 parent 10d6456 commit 85cef0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codex/stores/repostore.nim
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ method getBlockExpirations*(
self: RepoStore,
maxNumber: int,
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:
Expand Down

0 comments on commit 85cef0e

Please sign in to comment.