MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / findCoins

Method findCoins

src/node/interfaces.cpp:644–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642 int{FillBlock(block2, block2_out, lock, active, chainman().m_blockman)};
643 }
644 void findCoins(std::map<COutPoint, Coin>& coins) override { return FindCoins(m_node, coins); }
645 double guessVerificationProgress(const uint256& block_hash) override
646 {
647 LOCK(chainman().GetMutex());

Callers 4

FundTransactionFunction · 0.80
simulaterawtransactionFunction · 0.80

Calls 1

FindCoinsFunction · 0.85

Tested by

no test coverage detected