Skip to content

Commit 62e3c25

Browse files
authored
fix warnings (#914)
1 parent ed74770 commit 62e3c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_block_pool.nim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import
1111
unittest, chronicles,
1212
./testutil,
1313
../beacon_chain/spec/datatypes,
14-
../beacon_chain/[beacon_node_types, block_pool, ssz, state_transition]
14+
../beacon_chain/[beacon_node_types, block_pool, ssz]
1515

1616
suiteReport "BlockRef and helpers" & preset():
1717
timedTest "isAncestorOf sanity" & preset():
@@ -86,6 +86,7 @@ when const_preset == "minimal": # Too much stack space used on mainnet
8686
import
8787
options, sequtils,
8888
./testblockutil,
89+
../beacon_chain/state_transition,
8990
../beacon_chain/spec/[digest, helpers, validator]
9091

9192
suiteReport "Block pool processing" & preset():

0 commit comments

Comments
 (0)