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

Method db_commit

src/Core/WalletSync.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void WalletSync::db_commit() {
87 m_wallet_state.db_commit();
88 m_commit_timer.once(float(m_config.db_commit_period_wallet_cache));
89}
90
91void WalletSync::send_get_status() {
92 api::cnd::GetStatus::Request req;

Callers

nothing calls this directly

Calls 1

onceMethod · 0.80

Tested by

no test coverage detected