diff --git a/src/node/blockstorage.h b/src/node/blockstorage.h index 03bc5f4600720..e3930dda077a6 100644 --- a/src/node/blockstorage.h +++ b/src/node/blockstorage.h @@ -48,10 +48,10 @@ class SignalInterrupt; namespace kernel { /** Access to the block database (blocks/index/) */ -class BlockTreeDB : public CDBWrapper +class BlockTreeDB : public MDBXWrapper { public: - using CDBWrapper::CDBWrapper; + using MDBXWrapper::MDBXWrapper; bool WriteBatchSync(const std::vector>& fileInfo, int nLastFile, const std::vector& blockinfo); bool ReadBlockFileInfo(int nFile, CBlockFileInfo& info); bool ReadLastBlockFile(int& nFile);