Merge #7756: Add cursor to iterate over utxo set, use this in gettxoutsetinfo

509cb00 txdb: Add Cursor() method to CCoinsView to iterate over UTXO set (Wladimir J. van der Laan)
This commit is contained in:
Wladimir J. van der Laan
2016-04-15 16:36:39 +02:00
6 changed files with 148 additions and 57 deletions

View File

@@ -61,8 +61,6 @@ public:
hashBestBlock_ = hashBlock;
return true;
}
bool GetStats(CCoinsStats& stats) const { return false; }
};
class CCoinsViewCacheTest : public CCoinsViewCache