MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / operator()

Method operator()

src/main.cpp:4793–4795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4791// Lists all hashes in mempool
4792struct MempoolHashProvider : public TxHashProvider {
4793 void operator()(std::vector<uint256>& dst) {
4794 mempool.queryHashes(dst);
4795 }
4796};
4797
4798void unexpectedThinError(const std::string& cmd, CNode& from, const std::string& err) {

Callers

nothing calls this directly

Calls 1

queryHashesMethod · 0.80

Tested by

no test coverage detected