MCPcopy Create free account
hub / github.com/cryptonomex/graphene / start_synchronizing

Method start_synchronizing

libraries/net/node.cpp:3846–3850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3844 }
3845
3846 void node_impl::start_synchronizing()
3847 {
3848 for( const peer_connection_ptr& peer : _active_connections )
3849 start_synchronizing_with_peer( peer );
3850 }
3851
3852 void node_impl::new_peer_just_added( const peer_connection_ptr& peer )
3853 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected