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
|
||||
chronicles,
|
||||
chronos,
|
||||
eth/p2p/discoveryv5/random2,
|
||||
beacon_chain/gossip_processing/light_client_processor,
|
||||
beacon_chain/beacon_clock,
|
||||
|
|
|
@ -12,6 +12,7 @@ import
|
|||
chronos,
|
||||
eth/p2p/discoveryv5/protocol,
|
||||
beacon_chain/spec/forks,
|
||||
stew/byteutils,
|
||||
./network_metadata,
|
||||
./eth_data/history_data_ssz_e2s,
|
||||
./database/content_db,
|
||||
|
|
Loading…
Reference in New Issue