Fix the build when json logging is enabled

This commit is contained in:
Zahary Karadjov 2019-08-14 17:38:39 +02:00
parent 2535eb19be
commit 4daeebbf7e
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
import
net, sequtils, options, tables, osproc, random, strutils, times, strformat,
stew/shims/os, stew/[objects, bitseqs],
chronos, chronicles, confutils, serialization/errors,
chronos, chronicles, confutils,
json_serialization/std/sets, serialization/errors,
eth/trie/db, eth/trie/backends/rocksdb_backend, eth/async_utils,
spec/[datatypes, digest, crypto, beaconstate, helpers, validator,
state_transition_block],

View File

@ -6,8 +6,8 @@
# at your option. This file may not be copied, modified, or distributed except according to those terms.
import
tables, algorithm, sets, math, options, sequtils,
chronicles, stew/bitseqs,
tables, algorithm, math, options, sequtils,
json_serialization/std/sets, chronicles, stew/bitseqs,
../extras, ../ssz, ../beacon_node_types,
./crypto, ./datatypes, ./digest, ./helpers, ./validator