MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / IncrementUpdateCounter

Method IncrementUpdateCounter

src/wallet/db.cpp:538–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538void BerkeleyDatabase::IncrementUpdateCounter()
539{
540 ++nUpdateCounter;
541}
542
543void BerkeleyBatch::Close()
544{

Callers 3

WriteICMethod · 0.80
EraseICMethod · 0.80
CreateWalletFromFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected