MCPcopy Create free account
hub / github.com/LUX-Core/lux / CheckpointLSN

Method CheckpointLSN

src/db.cpp:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254
255void CDBEnv::CheckpointLSN(const std::string& strFile)
256{
257 dbenv->txn_checkpoint(0, 0, 0);
258 if (fMockDb)
259 return;
260 //dbenv->lsn_reset(strFile.c_str(), 0); I'll reference this: https://github.com/bitcoin/bitcoin/issues/7475
261}
262
263
264void CDBEnv::lsn_reset(const std::string& strFile)

Callers 3

RewriteMethod · 0.80
ThreadFlushWalletDBFunction · 0.80
BackupWalletFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected