diff options
Diffstat (limited to 'src/txdb-leveldb.h')
-rw-r--r-- | src/txdb-leveldb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txdb-leveldb.h b/src/txdb-leveldb.h index 1254422cf0..123ec00d23 100644 --- a/src/txdb-leveldb.h +++ b/src/txdb-leveldb.h @@ -22,6 +22,7 @@ public: CBlockIndex *GetBestBlock(); bool SetBestBlock(CBlockIndex *pindex); bool BatchWrite(const std::map<uint256, CCoins> &mapCoins, CBlockIndex *pindex); + bool GetStats(CCoinsStats &stats); }; /** Access to the block database (blktree/) */ |