MCPcopy Create free account
hub / github.com/ElementsProject/elements / findCoins

Method findCoins

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

Source from the content-addressed store, hash-verified

542 int{FillBlock(block2, block2_out, lock, active)};
543 }
544 void findCoins(std::map<COutPoint, Coin>& coins) override { return FindCoins(m_node, coins); }
545 double guessVerificationProgress(const uint256& block_hash) override
546 {
547 LOCK(cs_main);

Callers 2

FundTransactionFunction · 0.80

Calls 1

FindCoinsFunction · 0.85

Tested by

no test coverage detected