[#wallet-SQLiteBatch-TxnCommit] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteBatch.adoc[SQLiteBatch]::TxnCommit :relfileprefix: ../../ :mrdocs: Commit the current database transaction. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool TxnCommit() override; ---- == Return Value True if the transaction was committed, false otherwise. [.small]#Created with https://www.mrdocs.com[MrDocs]#