MCPcopy Create free account
hub / github.com/bcndev/bytecoin / commit

Method commit

src/Core/WalletHDsqlite.cpp:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543void WalletHDsqlite::commit() {
544 m_db_dbi.commit_txn();
545 m_db_dbi.begin_txn();
546}
547
548void WalletHDsqlite::payment_queue_remove(const Hash &tid) {
549 Hash tid_hash =

Callers 1

export_walletMethod · 0.45

Calls 2

commit_txnMethod · 0.80
begin_txnMethod · 0.80

Tested by

no test coverage detected