Merge pull request #1011 from status-im/ene

remove potentially GC leak-inducing acyclicity tag
This commit is contained in:
Ștefan Talpalaru 2020-05-12 23:29:45 +02:00 committed by GitHub
commit 010a00963f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.