point to object instead of local var

This commit is contained in:
gmega 2026-02-09 09:19:34 -03:00
parent 8b0b9b817e
commit 03f4a4105c
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -23,7 +23,7 @@ type
openIterators: HashSet[QueryIter]
proc hash(iter: QueryIter): Hash =
hash(addr iter)
hash(addr iter[])
method has*(self: LevelDbDatastore, key: Key): Future[?!bool] {.async: (raises: [CancelledError]).} =
try: