Skip to content

Commit

Permalink
Fix the build when json logging is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Aug 14, 2019
1 parent 2535eb1 commit 4daeebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion beacon_chain/beacon_node.nim
Original file line number Diff line number Diff line change
@@ -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],
Expand Down
4 changes: 2 additions & 2 deletions beacon_chain/spec/beaconstate.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4daeebb

Please sign in to comment.