From b324b2820903e777f3bbf5bf96686bbe723d8df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Tim=C3=B3n?= Date: Mon, 7 Nov 2016 23:31:55 +0100 Subject: Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts() --- src/txdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/txdb.h') diff --git a/src/txdb.h b/src/txdb.h index 117e7201fb..97c4e09369 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -120,7 +120,7 @@ public: bool WriteTxIndex(const std::vector > &list); bool WriteFlag(const std::string &name, bool fValue); bool ReadFlag(const std::string &name, bool &fValue); - bool LoadBlockIndexGuts(std::function insertBlockIndex); + bool LoadBlockIndexGuts(const Consensus::Params& consensusParams, std::function insertBlockIndex); }; #endif // BITCOIN_TXDB_H -- cgit v1.2.3