ELEMENTS:
| 17 | std::unique_ptr<CCoinsViewCursor> CCoinsView::Cursor() const { return nullptr; } |
| 18 | // ELEMENTS: |
| 19 | bool CCoinsView::IsPeginSpent(const std::pair<uint256, COutPoint> &outpoint) const { return false; } |
| 20 | |
| 21 | bool CCoinsView::HaveCoin(const COutPoint &outpoint) const |
| 22 | { |
no test coverage detected