Fix the compilation when json logging is used
This commit is contained in:
parent
b049dded88
commit
33dfc8b2d5
|
@ -33,7 +33,8 @@
|
|||
# now.
|
||||
|
||||
import # TODO - cleanup imports
|
||||
algorithm, collections/sets, chronicles, math, options, sequtils, sets, tables,
|
||||
algorithm, math, options, sequtils, tables,
|
||||
chronicles, json_serialization/std/sets,
|
||||
../extras, ../ssz, ../beacon_node_types,
|
||||
beaconstate, bitfield, crypto, datatypes, digest, helpers, validator
|
||||
|
||||
|
|
Loading…
Reference in New Issue