MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / TxnCommit

Method TxnCommit

src/wallet/walletdb.cpp:854–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854bool WalletBatch::TxnCommit()
855{
856 return m_batch.TxnCommit();
857}
858
859bool WalletBatch::TxnAbort()
860{

Callers 2

EncryptWalletMethod · 0.45
AccountMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected