Fix the compilation when json logging is used

This commit is contained in:
Zahary Karadjov 2019-07-16 13:40:11 +03:00
parent b049dded88
commit 33dfc8b2d5
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 2 additions and 1 deletions

View File

@ -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