Counts the number of active database users to be sure that the database is not closed while someone is using it
Declared in <wallet/db.h>
<wallet/db.h>
std::atomic<int> m_refcount = {0};