MCPcopy Create free account
hub / github.com/FISCO-BCOS/FISCO-BCOS / blockSync

Method blockSync

libinitializer/PBFTInitializer.cpp:480–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478 return m_txpool;
479}
480std::shared_ptr<bcos::sync::BlockSyncInterface> PBFTInitializer::blockSync()
481{
482 return m_blockSync;
483}
484std::shared_ptr<bcos::consensus::ConsensusInterface> PBFTInitializer::pbft()
485{
486 return m_pbft;

Callers 6

Initializer.cppFile · 0.80
initAndStartFunction · 0.80
initMethod · 0.80
asyncGetSyncInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected