mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
Merge pull request #120 from zander/obfuscation
Revert the chainstate lock-in feature
This commit is contained in:
commit
744ad17ac4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ static const char DB_LAST_BLOCK = 'l';
|
|||
|
||||
static const char DB_FORK_ACTIVATION = 'a';
|
||||
|
||||
CCoinsViewDB::CCoinsViewDB(size_t nCacheSize, bool fMemory, bool fWipe) : db(GetDataDir() / "chainstate", nCacheSize, fMemory, fWipe, true)
|
||||
CCoinsViewDB::CCoinsViewDB(size_t nCacheSize, bool fMemory, bool fWipe) : db(GetDataDir() / "chainstate", nCacheSize, fMemory, fWipe, false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue