mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-27 06:47:13 +00:00
remove potentially GC leak-inducing acyclicity tag
This commit is contained in:
parent
9c37c7ba26
commit
a58d45b737
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user