mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
walletdb: remove fAggressive from Salvage
The only call to Salvage set fAggressive = true so remove that parameter and always use DB_AGGRESSIVE
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
* for huge databases.
|
||||
*/
|
||||
typedef std::pair<std::vector<unsigned char>, std::vector<unsigned char> > KeyValPair;
|
||||
bool Salvage(const std::string& strFile, bool fAggressive, std::vector<KeyValPair>& vResult);
|
||||
bool Salvage(const std::string& strFile, std::vector<KeyValPair>& vResult);
|
||||
|
||||
bool Open(bool retry);
|
||||
void Close();
|
||||
|
||||
Reference in New Issue
Block a user