MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / sendBlock

Method sendBlock

src/test/blockannounce_tests.cpp:547–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545 }
546
547 void sendBlock(CNode& node, const CBlockIndex& blockIndex,
548 int invType, int activeChainHeight) override {
549 sendBlockCalls++;
550 }
551 int sendBlockCalls;
552 };
553 DummyBlockSender sender;

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected