fix warnings (#914)

This commit is contained in:
tersec 2020-04-22 05:53:30 +00:00 committed by GitHub
parent ed74770451
commit 62e3c250c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import
unittest, chronicles,
./testutil,
../beacon_chain/spec/datatypes,
../beacon_chain/[beacon_node_types, block_pool, ssz, state_transition]
../beacon_chain/[beacon_node_types, block_pool, ssz]
suiteReport "BlockRef and helpers" & preset():
timedTest "isAncestorOf sanity" & preset():
@ -86,6 +86,7 @@ when const_preset == "minimal": # Too much stack space used on mainnet
import
options, sequtils,
./testblockutil,
../beacon_chain/state_transition,
../beacon_chain/spec/[digest, helpers, validator]
suiteReport "Block pool processing" & preset():