[#wallet-SQLiteDatabase-HasActiveTxn] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteDatabase.adoc[SQLiteDatabase]::HasActiveTxn :relfileprefix: ../../ :mrdocs: Return true if there is an on‐going txn in this connection == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool HasActiveTxn(); ---- == Return Value True if a transaction is currently active, false otherwise. [.small]#Created with https://www.mrdocs.com[MrDocs]#