remove potentially GC leak-inducing acyclicity tag

This commit is contained in:
Dustin Brody 2020-05-12 20:20:24 +02:00
parent 9c37c7ba26
commit a58d45b737
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ type
slots*: uint64 # number of slots that are suspected missing
tries*: int
BlockRef* {.acyclic.} = ref object
BlockRef* = ref object
## Node in object graph guaranteed to lead back to tail block, and to have
## a corresponding entry in database.
## Block graph should form a tree - in particular, there are no cycles.