Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
543
void WalletHDsqlite::commit() {
544
m_db_dbi.commit_txn();
545
m_db_dbi.begin_txn();
546
}
547
548
void WalletHDsqlite::payment_queue_remove(const Hash &tid) {
549
Hash tid_hash =
Callers
1
export_wallet
Method · 0.45
Calls
2
commit_txn
Method · 0.80
begin_txn
Method · 0.80
Tested by
no test coverage detected