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

Method db_commit

src/Core/WalletStateBasic.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void WalletStateBasic::db_commit() {
184 m_log(logging::INFO) << "WalletState::db_commit started... chain_height=" << m_chain_height;
185 m_db.commit_db_txn();
186 m_log(logging::TRACE) << "WalletState::db_commit finished...";
187}
188
189std::string WalletStateBasic::format_output(const api::Output &v) const {
190 std::stringstream str;

Callers

nothing calls this directly

Calls 1

commit_db_txnMethod · 0.45

Tested by

no test coverage detected