Skip to content

Commit

Permalink
start collation/validation protocols
Browse files Browse the repository at this point in the history
Signed-off-by: iceseer <iceseer@gmail.com>
  • Loading branch information
iceseer committed Mar 6, 2024
1 parent 629d164 commit 4d59039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/network/impl/router_libp2p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ namespace kagome::network {
// lazyStart(collation_protocol_);
// lazyStart(validation_protocol_);

lazyStart(collation_protocol_);
lazyStart(validation_protocol_);
lazyStart(collation_protocol_vstaging_);
lazyStart(validation_protocol_vstaging_);
lazyStart(req_collation_protocol_);
lazyStart(req_pov_protocol_);
lazyStart(fetch_chunk_protocol_);
Expand Down

0 comments on commit 4d59039

Please sign in to comment.