From c3aa0c11947dfd82702df276d39bb7f748dd83a1 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Fri, 12 May 2017 15:19:19 -0700 Subject: Report on-disk size in gettxoutsetinfo --- src/txdb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/txdb.h') diff --git a/src/txdb.h b/src/txdb.h index 117e7201fb..df164cb820 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -78,6 +78,8 @@ public: uint256 GetBestBlock() const; bool BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock); CCoinsViewCursor *Cursor() const; + + size_t EstimateSize() const override; }; /** Specialization of CCoinsViewCursor to iterate over a CCoinsViewDB */ -- cgit v1.2.3