| 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); |
no test coverage detected