fluffy/portal: Add missing imports (#2851)
Would/could fail compilation when using portal_node as module, depending on import order.
This commit is contained in:
parent
32b5b8a173
commit
d496793fa6
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
import
|
import
|
||||||
chronicles,
|
chronicles,
|
||||||
|
chronos,
|
||||||
eth/p2p/discoveryv5/random2,
|
eth/p2p/discoveryv5/random2,
|
||||||
beacon_chain/gossip_processing/light_client_processor,
|
beacon_chain/gossip_processing/light_client_processor,
|
||||||
beacon_chain/beacon_clock,
|
beacon_chain/beacon_clock,
|
||||||
|
|
|
@ -12,6 +12,7 @@ import
|
||||||
chronos,
|
chronos,
|
||||||
eth/p2p/discoveryv5/protocol,
|
eth/p2p/discoveryv5/protocol,
|
||||||
beacon_chain/spec/forks,
|
beacon_chain/spec/forks,
|
||||||
|
stew/byteutils,
|
||||||
./network_metadata,
|
./network_metadata,
|
||||||
./eth_data/history_data_ssz_e2s,
|
./eth_data/history_data_ssz_e2s,
|
||||||
./database/content_db,
|
./database/content_db,
|
||||||
|
|
Loading…
Reference in New Issue