[#wallet-BerkeleyROBatch-TxnCommit] = xref:wallet.adoc[wallet]::xref:wallet/BerkeleyROBatch.adoc[BerkeleyROBatch]::TxnCommit :relfileprefix: ../../ :mrdocs: Commit the current database transaction. == Synopsis Declared in `<wallet/migrate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool TxnCommit() override; ---- == Return Value Always false, since this read‐only batch does not support transactions. [.small]#Created with https://www.mrdocs.com[MrDocs]#