| 28 | public: |
| 29 | bool IsPeginSpentCalled; |
| 30 | bool IsPeginSpent(const std::pair<uint256, COutPoint> &outpoint) const override { |
| 31 | const_cast<bool&>(IsPeginSpentCalled) = true; |
| 32 | return CCoinsView::IsPeginSpent(outpoint); |
| 33 | } |
| 34 | |
| 35 | CCoinsMap mapCoinsWritten; |
| 36 | bool BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock) override { |
no outgoing calls
no test coverage detected