wallet::SQLiteDatabase::HasActiveTxn

Return true if there is an on-going txn in this connection

Synopsis

Declared in <wallet/sqlite.h>

bool
HasActiveTxn();

Return Value

True if a transaction is currently active, false otherwise.