mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 11:18:25 +00:00
Fix the build when json logging is enabled
This commit is contained in:
parent
2535eb19be
commit
4daeebbf7e
@ -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],
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user